We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df7dc3 commit 68e0a4dCopy full SHA for 68e0a4d
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
run: npm run build
43
env:
44
CI: false
45
- PUBLIC_URL: /salamander-web
+ PUBLIC_URL: /
46
47
- name: Setup Pages
48
uses: actions/configure-pages@v4
package.json
@@ -2,6 +2,7 @@
2
"name": "salamander-web",
3
"version": "0.1.0",
4
"private": true,
5
+ "homepage": "https://salamander.space",
6
"dependencies": {
7
"@testing-library/dom": "^10.4.1",
8
"@testing-library/jest-dom": "^6.8.0",
0 commit comments