소스 검색

rename index.ejs to document.ejs

愚道 8 년 전
부모
커밋
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