You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/docs/docs/theme/option-api.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,14 @@ You probably don't need to use following options tagged with <Badge text="Danger
49
49
- Type: `String`
50
50
- Default: undefined
51
51
52
-
HTML template path used in `dev` mode, default template see [here](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/app/index.dev.html)
52
+
HTML template path used in `dev` mode, default template see [here](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/client/index.dev.html)
53
53
54
54
## ssrTemplate <Badgetext="Danger Zone"/>
55
55
56
56
- Type: `String`
57
57
- Default: undefined
58
58
59
-
HTML template path used in `build` mode, default template see [here](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/app/index.ssr.html)
59
+
HTML template path used in `build` mode, default template see [here](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/client/index.ssr.html)
0 commit comments