Skip to content

Commit

Permalink
Merge pull request #54 from srl-labs/svelte-routes
Browse files Browse the repository at this point in the history
cleanup svelte config
  • Loading branch information
hellt committed May 13, 2024
2 parents 9062a87 + fa8daea commit a120b4a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ const config = {
preprocess: vitePreprocess(),

kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({
routes: {
include: ['/*'],
exclude: [
'/fonts/*',
'/images/*',
'/releases/*'
]
exclude: ['<all>']
}
})
}
Expand Down

0 comments on commit a120b4a

Please sign in to comment.