Fix base url to /
This commit is contained in:
parent
0d266413c7
commit
7812eb49f2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,6 @@ export default {
|
||||||
buildOptions: {
|
buildOptions: {
|
||||||
/* ... */
|
/* ... */
|
||||||
out: '../docs',
|
out: '../docs',
|
||||||
baseUrl: '/strudel',
|
baseUrl: '/',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue