fix: set redirect url correctly
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
This commit is contained in:
parent
79445dd9a3
commit
ee5ed04bcb
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ jobs:
|
|||
env:
|
||||
DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }}
|
||||
DISCORD_CLIENT_SECRET: ${{ secrets.DISCORD_CLIENT_SECRET }}
|
||||
PUBLIC_BASE_URL: https://tcl-guessr.pages.dev
|
||||
run: |
|
||||
bun install --frozen-lockfile
|
||||
bun run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue