提交 30193395 编写于 作者: M Michael Smith 提交者: ULIVZ

fix($core): correct swapped ssr.html and dev.html (#924)

上级 c95c09fb
......@@ -182,8 +182,8 @@ module.exports = class AppContext {
const { siteSsrTemplate, siteDevTemplate } = this.siteConfig
const templateDir = path.resolve(this.vuepressDir, 'templates')
const siteSsrTemplate2 = path.resolve(templateDir, 'dev.html')
const siteDevTemplate2 = path.resolve(templateDir, 'ssr.html')
const siteSsrTemplate2 = path.resolve(templateDir, 'ssr.html')
const siteDevTemplate2 = path.resolve(templateDir, 'dev.html')
const { themeSsrTemplate, themeDevTemplate } = this.themeEntryFile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册