diff --git a/.github/workflows/vite.yml b/.github/workflows/vite.yml index dd7d636..fc00523 100644 --- a/.github/workflows/vite.yml +++ b/.github/workflows/vite.yml @@ -18,7 +18,7 @@ jobs: - name: Install and build run: | bun install - bun build + bun run build # Enable Vue Router history mode with 404.html hack for Github Pages cd dist