Pre-rename

This commit is contained in:
Zef Hemel
2022-02-26 12:59:16 +01:00
parent 2986c2c231
commit 3cf84af894
6 changed files with 42 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ type NuggetMeta = {
};
const fsPrefix = "/fs";
const nuggetsPath = "../nuggets";
const nuggetsPath = "../pages";
const fsRouter = new Router();