From 4fe2c9bdc30005a9dc661e92876456b02258b8c4 Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 1 Jul 2019 17:58:00 +0200 Subject: [PATCH] Got rid of public folder for assets folder --- {public => src/assets}/index.html | 1 - vue.config.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) rename {public => src/assets}/index.html (89%) diff --git a/public/index.html b/src/assets/index.html similarity index 89% rename from public/index.html rename to src/assets/index.html index 922062e..3775474 100644 --- a/public/index.html +++ b/src/assets/index.html @@ -4,7 +4,6 @@ - KawAnime diff --git a/vue.config.js b/vue.config.js index 4838c4a..f244255 100644 --- a/vue.config.js +++ b/vue.config.js @@ -17,6 +17,7 @@ const getAllFiles = (dir) => }, []) module.exports = { + indexPath: path.resolve(__dirname, 'src', 'assets', 'index.html'), configureWebpack: { devtool: 'source-map' },