Skip to content

Commit

Permalink
set base only for github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed Nov 21, 2024
1 parent 2c1adb5 commit 547508b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
version: 9
run_install: true
- run: pnpm -r build:playground
- run: pnpm -r build:playground --base './'
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion packages/former/vite.config.playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { defineConfig } from 'vite';

// https://vitejs.dev/config/
export default defineConfig({
base: '',
plugins: [
vue(),
],
Expand Down

0 comments on commit 547508b

Please sign in to comment.