Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Dec 22, 2023
1 parent 5e33e9f commit 90cc7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

# Build
- name: Build
run: yarn run build && cp dist/index.html dist/404.html
run: pnpm run build && cp dist/index.html dist/404.html

# Deploy
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: '/today-popup'
base: '/today-popup',
})

0 comments on commit 90cc7d6

Please sign in to comment.