Skip to content

Commit

Permalink
ssr off
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed May 2, 2024
1 parent 95c5b51 commit 7b0b68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/routes/+layout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// When setting this to false your entire app will only be rendered on the client,
// which essentially means you turn your app into an SPA.
// See https://kit.svelte.dev/docs/page-options#ssr
export const ssr = false;
export const ssr = true;
4 changes: 1 addition & 3 deletions packages/bridge-ui/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ const config = {

kit: {
// https://kit.svelte.dev/docs/single-page-apps
adapter: adapter({
fallback: 'index.html',
}),
adapter: adapter(),
},
};

Expand Down

0 comments on commit 7b0b68f

Please sign in to comment.