Skip to content

Commit 68e0a4d

Browse files
committed
Serve from root
1 parent 3df7dc3 commit 68e0a4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run build
4343
env:
4444
CI: false
45-
PUBLIC_URL: /salamander-web
45+
PUBLIC_URL: /
4646

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "salamander-web",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": "https://salamander.space",
56
"dependencies": {
67
"@testing-library/dom": "^10.4.1",
78
"@testing-library/jest-dom": "^6.8.0",

0 commit comments

Comments
 (0)