Skip to content

Commit c34ef79

Browse files
refactor: using the custom domain (#7)
1 parent 2399c6c commit c34ef79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
2828
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929
env:
30-
PRODUCTION_URL: 'https://richardsonwtr.github.io'
31-
PRODUCTION_BASE_URL: '/rwtr'
30+
PRODUCTION_URL: 'https://rwtr.dev'
3231

3332
deploy:
3433
needs: build

0 commit comments

Comments
 (0)