Skip to content

Commit 05a12e8

Browse files
committed
Fix base path for custom domain (raylens.rayforcedb.com)
1 parent 8c0ebc3 commit 05a12e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Build
4141
run: npm run build
4242
env:
43-
# Set base path for GitHub Pages (repo name)
44-
# Update this if your repo has a different name
45-
VITE_BASE_PATH: /${{ github.event.repository.name }}/
43+
# Base path: use / for custom domains, /repo-name/ for github.io
44+
# Since we have custom domain raylens.rayforcedb.com, use /
45+
VITE_BASE_PATH: /
4646

4747
- name: Setup Pages
4848
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)