Update route.ts

This commit is contained in:
Michel Roegl-Brunner 2025-03-12 13:05:08 +01:00 committed by GitHub
parent 321ceda8a0
commit 179fb67e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import path from "path";
export const dynamic = "force-static"; export const dynamic = "force-static";
const jsonDir = "public/json"; const jsonDir = "../json";
const metadataFileName = "metadata.json"; const metadataFileName = "metadata.json";
const encoding = "utf-8"; const encoding = "utf-8";