Skip to content

Commit 055e3fd

Browse files
committed
fix: respect root during build
1 parent c08ceab commit 055e3fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/build/bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export async function bundle(
3535
const { rollupOptions } = options
3636

3737
const resolveViteConfig = (ssr: boolean): ViteUserConfig => ({
38+
root,
3839
logLevel: 'warn',
3940
plugins: createVitePressPlugin(root, config, ssr, pageToHashMap),
4041
build: {

0 commit comments

Comments
 (0)