Skip to content

Commit

Permalink
update baseUrl
Browse files Browse the repository at this point in the history
muriukialex committed Feb 16, 2024
1 parent c033d2c commit 0e28c38
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
with:
start: npm run dev
wait-on: "http://localhost:3000"
config: "baseUrl=http://localhost:3000"
config: baseUrl=http://localhost:3000
browser: chrome

Deploy-Preview:
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
with:
start: npm run dev
wait-on: "http://localhost:3000"
config: "baseUrl=http://localhost:3000"
config: baseUrl=http://localhost:3000
browser: chrome

Deploy-Production:

0 comments on commit 0e28c38

Please sign in to comment.