From fc442755f9b6fb28b6f429bab6bc8b1c3c34290c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=84=9A=E9=81=93?= Date: Tue, 3 Jul 2018 20:45:34 +0800 Subject: [PATCH] rename index.ejs to document.ejs --- config/config.js | 6 +++--- src/{index.ejs => pages/document.ejs} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{index.ejs => pages/document.ejs} (100%) diff --git a/config/config.js b/config/config.js index 6069a83f..8b620a18 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 -- GitLab