We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0ebc3 commit 05a12e8Copy full SHA for 05a12e8
1 file changed
.github/workflows/deploy.yml
@@ -40,9 +40,9 @@ jobs:
40
- name: Build
41
run: npm run build
42
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 }}/
+ # Base path: use / for custom domains, /repo-name/ for github.io
+ # Since we have custom domain raylens.rayforcedb.com, use /
+ VITE_BASE_PATH: /
46
47
- name: Setup Pages
48
uses: actions/configure-pages@v4
0 commit comments