mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 09:33:01 +03:00
fallback to index.html
This commit is contained in:
parent
b319f79eda
commit
32cc66a818
@ -6,6 +6,9 @@ const config = {
|
|||||||
preprocess: vitePreprocess(),
|
preprocess: vitePreprocess(),
|
||||||
kit: {
|
kit: {
|
||||||
adapter: staticAdapter({
|
adapter: staticAdapter({
|
||||||
|
pages: 'build',
|
||||||
|
assets: 'build',
|
||||||
|
fallback: 'index.html',
|
||||||
precompress: true,
|
precompress: true,
|
||||||
strict: false
|
strict: false
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user