Skip to content

Commit

Permalink
Maybe they are lying to me...
Browse files Browse the repository at this point in the history
  • Loading branch information
matekdev committed Nov 11, 2023
1 parent 314ed70 commit 2bc289c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ const config = {
assets: 'build',
fallback: undefined,
precompress: false,
strict: true,
fallback: '404.html'
}),
paths: {
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
}
strict: true
})
},
extensions: ['.svelte', '.md'],
preprocess: [vitePreprocess(), mdsvex(mdsvexConfig)]
Expand Down

0 comments on commit 2bc289c

Please sign in to comment.