This commit is contained in:
Michel Roegl-Brunner
2025-03-17 11:42:12 +01:00
parent 56b868c769
commit 20121618e5
2 changed files with 2 additions and 2 deletions

View File

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