Disable server side rendering for offline usage
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
84d38c2ef0
commit
c981aa649f
1 changed files with 1 additions and 0 deletions
1
frontend/src/routes/+layout.server.ts
Normal file
1
frontend/src/routes/+layout.server.ts
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export const ssr = false;
|
Loading…
Reference in a new issue