* Switched web UI to hash-based routing * Added hash to missed goto function call * Removed outdated SPA handling code * Fixed broken sidebar home link
This commit is contained in:
@@ -8,6 +8,10 @@ const config = {
|
||||
// for more information about preprocessors
|
||||
preprocess: [vitePreprocess(), mdsvex()],
|
||||
kit: {
|
||||
paths: {
|
||||
relative: true
|
||||
},
|
||||
router: { type: 'hash' },
|
||||
adapter: adapter({
|
||||
pages: '../public',
|
||||
assets: '../public',
|
||||
|
||||
Reference in New Issue
Block a user