Disable prerender

This commit is contained in:
Neshura 2024-05-20 01:57:14 +02:00
parent d89b108e6d
commit ba812e75c5
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
<slot></slot><script>import "../app.css";</script><style></style>

View file

@ -1 +1 @@
export const prerender = true;
export const ssr = false;

View file

@ -14,7 +14,7 @@ const config = {
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: undefined,
fallback: 'index.html',
precompress: false,
strict: true
})