diff --git a/build.js b/build.js index c013965..6ee4a1b 100644 --- a/build.js +++ b/build.js @@ -61,7 +61,7 @@ const MainPage = async () => const main = async () => { meta = JSON.parse((await fs.readFile("./meta.json"))); - await fs.writeFile("./main.html", await MainPage()); + await fs.writeFile("./dist/index.html", await MainPage()); }; main(); diff --git a/Manrope[wght].woff2 b/dist/Manrope[wght].woff2 similarity index 100% rename from Manrope[wght].woff2 rename to dist/Manrope[wght].woff2 diff --git a/style.css b/dist/style.css similarity index 100% rename from style.css rename to dist/style.css