fix: `base` option not working on dev mode (#223)

pull/227/head
Kia King Ishii 4 years ago committed by GitHub
parent 1026a20488
commit 0b5b306f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save