I am the dumb

This commit is contained in:
bingus_violet 2024-01-12 17:48:19 +00:00
parent 5d879979a9
commit 9c5ac7bf56
4 changed files with 5 additions and 3 deletions

View file

@ -225,6 +225,8 @@ function pageUpdate() {
html = html.replace("{SEASONAL_EFFECT}", "")
}
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
}