diff --git a/config/config.js b/config/config.js index 6069a83ff670c2ab39f5e02a66293031f665d70a..8b620a180d426b358be7411c05116c1049fd5385 100644 --- a/config/config.js +++ b/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, diff --git a/src/index.ejs b/src/pages/document.ejs similarity index 100% rename from src/index.ejs rename to src/pages/document.ejs