Skip to content

Commit

Permalink
fb
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed May 2, 2024
1 parent cccb0c7 commit 2088ba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/bridge-ui/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const config = {

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

Expand Down

0 comments on commit 2088ba0

Please sign in to comment.