diff --git a/.env.development b/.env.development index 03732b7..c857290 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,4 @@ NODE_ENV=development VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=/dawa \ No newline at end of file +VUE_APP_API_BASE_URL=/dawa +VUE_APP_PUBLIC_PATH =/ \ No newline at end of file diff --git a/src/components/GlobalHeader/AvatarDropdown.vue b/src/components/GlobalHeader/AvatarDropdown.vue index 73e202e..d631d9a 100644 --- a/src/components/GlobalHeader/AvatarDropdown.vue +++ b/src/components/GlobalHeader/AvatarDropdown.vue @@ -1,8 +1,8 @@