From 93ec659282f92c83db07b8d0c9ee3f2b607b05fd Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 29 Nov 2022 10:41:49 +0300 Subject: [PATCH] Refactored deploy path --- index.html | 14 ++++---------- package.json | 1 + src/layout/AppFooter.vue | 10 ++++++---- src/layout/AppTopbar.vue | 9 +++++---- src/views/pages/Landing.vue | 14 ++++++++------ src/views/pages/auth/Login.vue | 13 ++++++------- src/views/uikit/Overlay.vue | 2 +- 7 files changed, 31 insertions(+), 32 deletions(-) diff --git a/index.html b/index.html index db3a527..39598a9 100644 --- a/index.html +++ b/index.html @@ -3,21 +3,15 @@ - - + + Vite App - +
- + \ No newline at end of file diff --git a/package.json b/package.json index 5d7fbd1..a850920 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "scripts": { "dev": "vite", "build": "vite build", + "predeploy": "vite build --base=/sakai-vue/", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, diff --git a/src/layout/AppFooter.vue b/src/layout/AppFooter.vue index 3075b03..b061bce 100644 --- a/src/layout/AppFooter.vue +++ b/src/layout/AppFooter.vue @@ -1,16 +1,18 @@