Skip to content

Commit 76c21ff

Browse files
committed
wip: more vitepress tweaks
1 parent 49dac87 commit 76c21ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
8686
...options,
8787
root: config.root,
8888
isProduction: config.isProduction,
89-
ssr: !!config.build.ssr
89+
ssr: !!(config.build.ssr ?? options.ssr)
9090
}
9191
},
9292

0 commit comments

Comments
 (0)