mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
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:
parent
d22230b1d5
commit
da1a11b5ce
@ -17,6 +17,9 @@ const config = {
|
|||||||
precompress: false,
|
precompress: false,
|
||||||
strict: true
|
strict: true
|
||||||
}),
|
}),
|
||||||
|
paths: {
|
||||||
|
relative: false
|
||||||
|
},
|
||||||
alias: {
|
alias: {
|
||||||
$components: 'src/components',
|
$components: 'src/components',
|
||||||
$i18n: 'i18n',
|
$i18n: 'i18n',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user