Skip to content

Commit

Permalink
add baseUrl config
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent c37c042 commit 74f2d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
with:
start: npm run dev
wait-on: "http://localhost:3000"
browser: chrome
config: "baseUrl=http://localhost:3000"
browser: false

Deploy-Preview:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
start: npm run dev
wait-on: "http://localhost:3000"
browser: chrome
config: "baseUrl=http://localhost:3000"
browser: false

Deploy-Production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 74f2d8a

Please sign in to comment.