We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afebb2 commit b4a46d0Copy full SHA for b4a46d0
.github/workflows/static.yml
@@ -42,7 +42,7 @@ jobs:
42
run: npm run build
43
working-directory: ./web
44
- name: Add CNAME record
45
- run: echo 'jobs.sac-tech.org' > web/dist/CNAME
+ run: echo 'jobs.sac-tech.com' > web/dist/CNAME
46
- name: Upload artifact
47
uses: actions/upload-pages-artifact@v3
48
with:
web/.env.production
@@ -1,2 +1,2 @@
1
-VITE_API_URL=https://api.jobs.sac-tech.org
2
-VITE_APP_URL=https://jobs.sac-tech.org
+VITE_API_URL=https://api.jobs.sac-tech.com
+VITE_APP_URL=https://jobs.sac-tech.com
0 commit comments