Explorar el Código

rename index.ejs to document.ejs

愚道 hace 7 años
padre
commit
fc442755f9
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  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