Skip to content

Commit

Permalink
fix: base option not working on dev mode (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking authored Feb 5, 2021
1 parent 1026a20 commit 0b5b306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export async function createServer(

return createViteServer({
root,
base: config.site.base,
// logLevel: 'warn',
plugins: createVitePressPlugin(root, config),
server: serverOptions
Expand Down

0 comments on commit 0b5b306

Please sign in to comment.