Переглянути джерело

rename index.ejs to document.ejs

愚道 7 роки тому
батько
коміт
fc442755f9
2 змінених файлів з 3 додано та 3 видалено
  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