Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
10 changes: 8 additions & 2 deletions demo/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter({
fallback: 'app.html'
})
fallback: 'index.html'
}),
files: {
appTemplate: 'src/index.html',
},
paths: {
base: '/svelte-router-kit',
},
}
};

Expand Down