diff --git a/Makefile b/Makefile
index 3324367..449af06 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
build:
npm run build
- cp -r dist ../evening_detective/static
+ rm -rf ../evening_detective/static/user
+ cp -r dist ../evening_detective/static/user
diff --git a/src/App.vue b/src/App.vue
index 7905b05..9ec2509 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue'