Skip to content

Commit 4573065

Browse files
committed
Change site url
1 parent 775cf3d commit 4573065

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v4
2525
# with:
2626
# package-manager: pnpm@latest
27-
# node-version: 22
27+
# node-version: 24
2828
# path: . # The root location of your Astro project inside the repository. (optional)
2929

3030
deploy:

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sitemap from '@astrojs/sitemap'
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://christham.net',
7+
site: 'https://hellotham.github.io',
88
base: '/astro-base/',
99
integrations: [UnoCSS(), sitemap()]
1010
})

0 commit comments

Comments
 (0)