Browse Source

rename index.ejs to document.ejs

pull/1774/head
愚道 8 years ago
parent
commit
fc442755f9
  1. 6
      config/config.js
  2. 0
      src/pages/document.ejs

6
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,

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

Loading…
Cancel
Save