Skip to content

Commit 6e34ad0

Browse files
authored
Update: replace base_path slug to root
1 parent 25fe50b commit 6e34ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- run: npm ci
2929
- run: npm run build
3030
env:
31-
NEXT_PUBLIC_BASE_PATH: /WebXDAO.github.io
31+
NEXT_PUBLIC_BASE_PATH: /
3232
- run: npm run export
3333
env:
34-
NEXT_PUBLIC_BASE_PATH: /WebXDAO.github.io
34+
NEXT_PUBLIC_BASE_PATH: /
3535
- run: touch ./out/.nojekyll
3636

3737
- name: Deploy 🚀

0 commit comments

Comments
 (0)