Skip to content

Commit f0be94a

Browse files
committed
correcting the url
1 parent fff7bb0 commit f0be94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = {
1717
fallback: null
1818
}),
1919
paths: {
20-
base: process.env.NODE_ENV === 'production' ? '/your-repo-name' : ''
20+
base: process.env.NODE_ENV === 'production' ? '/my-website' : ''
2121
},
2222
prerender: {
2323
handleHttpError: 'warn'

0 commit comments

Comments
 (0)