fix: `base` option not working on dev mode

pull/223/head
Kia King Ishii 5 years ago
parent 8a71fd1944
commit 6440c40508

@ -10,6 +10,7 @@ export async function createServer(
return createViteServer({
root,
base: config.site.base,
// logLevel: 'warn',
plugins: createVitePressPlugin(root, config),
server: serverOptions

Loading…
Cancel
Save