Skip to content

Commit 0a443a4

Browse files
author
Libish Murugesan
committed
Set VITE_API_BASE to Render URL
1 parent 7337fbf commit 0a443a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
env:
3636
BASE_PATH: '/${{ github.event.repository.name }}/'
37-
VITE_API_BASE: 'https://YOUR-BACKEND.onrender.com'
37+
VITE_API_BASE: 'https://topologicstudio-backend.onrender.com'
3838
run: npm run build
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)