website
Zef Hemel 2022-07-15 14:24:31 +02:00
parent 4ce22ff453
commit af48d84a24
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ async function getFiles(dir) {
return Array.prototype.concat(...files);
}
const rootDir = resolve("docs");
const rootDir = resolve("website/fs");
getFiles(rootDir).then((files) => {
files = files