Skip to content

Commit 227b21e

Browse files
authored
Try fixing base path for assets (#46)
1 parent b17336f commit 227b21e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/interactdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Build docs app
4343
run: yarn workspace @wix/interact-docs build
4444
env:
45-
# Set base path for GitHub Pages deployment under /docs/
46-
VITE_BASE: /docs/
45+
# Set base path for GitHub Pages deployment to ./ which should be under /docs/
46+
VITE_BASE: ./
4747

4848
- name: Setup Pages
4949
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4

0 commit comments

Comments
 (0)