Skip to content

Commit 7ecfa2f

Browse files
committed
Clean up svelte.config.js
1 parent e0e7b13 commit 7ecfa2f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

svelte.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ const config = {
4545
inspector: mode === 'development',
4646
},
4747
kit: {
48-
adapter: adapter({
49-
routes: {
50-
include: ['/*'],
51-
exclude: ['<all>'],
52-
},
53-
}),
48+
adapter: adapter(),
5449
csp: {
5550
mode: 'hash',
5651
directives: {

0 commit comments

Comments
 (0)