Skip to content

Commit

Permalink
chore(eden): 整理部署位置
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Feb 19, 2024
1 parent 6dd945f commit b9e8df8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-eden-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
SOURCE: "./lib/eden-design/dist/"
REMOTE_HOST: ${{ secrets.SERVER_HOST_PRODUCTION }}
REMOTE_USER: ${{ secrets.SERVER_USER_PRODUCTION }}
TARGET: "/var/www/eden-docs/demo"
TARGET: "/var/www/playground/eden-demo"
EXCLUDE: ".git*"
2 changes: 1 addition & 1 deletion lib/eden-design/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hero:
link: /guideline/design/
- theme: alt
text: Demo
link: https://eden.blue-archive.io/demo/index.html/button
link: https://playground.blue-archive.io/eden-demo/
# image:
# src: /cover.png
# alt: eden-cover
Expand Down
2 changes: 1 addition & 1 deletion lib/eden-design/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import legacy from "@vitejs/plugin-legacy";
import vueJsx from "@vitejs/plugin-vue-jsx";

export default defineConfig({
base: "/demo/",
base: "/eden-demo/",
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
Expand Down

0 comments on commit b9e8df8

Please sign in to comment.