From b35339e3f75cef489e0c8a1f039cdd87843c21c7 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Mon, 2 Jan 2023 23:21:22 +0200 Subject: [PATCH] separate dist directory --- build.js | 2 +- Manrope[wght].woff2 => dist/Manrope[wght].woff2 | Bin style.css => dist/style.css | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Manrope[wght].woff2 => dist/Manrope[wght].woff2 (100%) rename style.css => dist/style.css (100%) 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