Fix base url to /

This commit is contained in:
alex
2022-02-06 21:30:48 +00:00
parent 0d266413c7
commit 7812eb49f2
+1 -1
View File
@@ -35,6 +35,6 @@ export default {
buildOptions: {
/* ... */
out: '../docs',
baseUrl: '/strudel',
baseUrl: '/',
},
};