Skip to content

Commit b4a46d0

Browse files
authored
Fix TLD (#10)
1 parent 5afebb2 commit b4a46d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run build
4343
working-directory: ./web
4444
- name: Add CNAME record
45-
run: echo 'jobs.sac-tech.org' > web/dist/CNAME
45+
run: echo 'jobs.sac-tech.com' > web/dist/CNAME
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3
4848
with:

web/.env.production

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VITE_API_URL=https://api.jobs.sac-tech.org
2-
VITE_APP_URL=https://jobs.sac-tech.org
1+
VITE_API_URL=https://api.jobs.sac-tech.com
2+
VITE_APP_URL=https://jobs.sac-tech.com

0 commit comments

Comments
 (0)