Add option to serve a static frontend

This commit is contained in:
Oliver Traber 2025-07-27 18:42:31 +00:00
parent b3804f3d58
commit f6117d04ee
Signed by: Bluemedia
GPG key ID: C0674B105057136C
9 changed files with 64 additions and 33 deletions

View file

@ -11,6 +11,7 @@ const config = {
adapter: adapter({
fallback: 'index.html',
}),
router: { type: 'hash' },
},
}