Skip to content

Commit

Permalink
change to pages domain
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Nov 10, 2024
1 parent ad81bb1 commit 140517a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
deploy:
environment:
name: production
url: https://subs-savvy.vorant94.io
url: https://subs-savvy.pages.dev
name: Deploy
runs-on: ubuntu-latest
needs:
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
// biome-ignore lint/style/useNamingConvention: 3-rd party type
baseURL:
env.NODE_ENV === "production"
? "https://subs-savvy.vorant94.io"
? "https://subs-savvy.pages.dev"
: "http://localhost:5173",
trace: "retain-on-failure",
...devices["Desktop Chrome"],
Expand Down

0 comments on commit 140517a

Please sign in to comment.