Disable prerender
This commit is contained in:
parent
d89b108e6d
commit
ba812e75c5
3 changed files with 4 additions and 2 deletions
|
@ -1 +1,3 @@
|
|||
|
||||
|
||||
<slot></slot><script>import "../app.css";</script><style></style>
|
|
@ -1 +1 @@
|
|||
export const prerender = true;
|
||||
export const ssr = false;
|
|
@ -14,7 +14,7 @@ const config = {
|
|||
adapter: adapter({
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
fallback: undefined,
|
||||
fallback: 'index.html',
|
||||
precompress: false,
|
||||
strict: true
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue