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'
},