Browse Source

rename index.ejs to document.ejs

愚道 7 years ago
parent
commit
fc442755f9
2 changed files with 3 additions and 3 deletions
  1. 3 3
      config/config.js
  2. 0 0
      src/pages/document.ejs

+ 3 - 3
config/config.js

@@ -36,9 +36,9 @@ export default {
   },
   ignoreMomentLocale: true,
   theme: './src/theme.js',
-  html: {
-    template: './src/index.ejs',
-  },
+  // html: { TODO remove
+  //   template: './src/index.ejs',
+  // },
   publicPath: '/',
   // TODO check hash config
   // hash: true,

src/index.ejs → src/pages/document.ejs