Преглед на файлове

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,
   ignoreMomentLocale: true,
   theme: './src/theme.js',
   theme: './src/theme.js',
-  html: {
-    template: './src/index.ejs',
-  },
+  // html: { TODO remove
+  //   template: './src/index.ejs',
+  // },
   publicPath: '/',
   publicPath: '/',
   // TODO check hash config
   // TODO check hash config
   // hash: true,
   // hash: true,

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