svelte: don't use relative paths for bundle links in html
this prevents a blank page from showing up when a user visits a non-existing page on a static build
This commit is contained in:
@@ -17,6 +17,9 @@ const config = {
|
||||
precompress: false,
|
||||
strict: true
|
||||
}),
|
||||
paths: {
|
||||
relative: false
|
||||
},
|
||||
alias: {
|
||||
$components: 'src/components',
|
||||
$i18n: 'i18n',
|
||||
|
||||
Reference in New Issue
Block a user