Skip to content

Commit 22d34fd

Browse files
committed
fix: Another attempt at this GH pages deploy
1 parent c98d448 commit 22d34fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/routes/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Oops... looks like you got lost. Head back home to hytalab.com</p>

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = {
1717
'$components': 'src/lib/components'
1818
},
1919
paths: {
20-
base: process.argv.includes('web') ? '' : process.env.BASE_PATH
20+
base: process.argv.includes('/web') ? '' : process.env.BASE_PATH
2121
}
2222
},
2323
extensions: ['.svelte', '.svx']

0 commit comments

Comments
 (0)