We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d448 commit 22d34fdCopy full SHA for 22d34fd
src/routes/404.html
@@ -0,0 +1 @@
1
+<p>Oops... looks like you got lost. Head back home to hytalab.com</p>
svelte.config.js
@@ -17,7 +17,7 @@ const config = {
17
'$components': 'src/lib/components'
18
},
19
paths: {
20
- base: process.argv.includes('web') ? '' : process.env.BASE_PATH
+ base: process.argv.includes('/web') ? '' : process.env.BASE_PATH
21
}
22
23
extensions: ['.svelte', '.svx']
0 commit comments