forgot to add +layout.js

This commit is contained in:
Aubrey 2024-12-22 00:05:46 -06:00
parent f610da3d9d
commit 79b074240a
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

1
src/routes/+layout.js Normal file
View file

@ -0,0 +1 @@
export const prerender = true;

4
static/settings.json Normal file
View file

@ -0,0 +1,4 @@
{
"server": "example.com",
"port": 4433
}