mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
Fix base url to /
This commit is contained in:
@@ -35,6 +35,6 @@ export default {
|
||||
buildOptions: {
|
||||
/* ... */
|
||||
out: '../docs',
|
||||
baseUrl: '/strudel',
|
||||
baseUrl: '/',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user