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 @@