Skip to content

Commit 0568f4b

Browse files
zamiangclaude
andauthored
update canonical URLs to point to www.zamiang.com (#898)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 729f78b commit 0568f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig } from 'astro/config';
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: 'https://brennanmoore.com',
8+
site: 'https://www.zamiang.com',
99
output: 'static',
1010

1111
integrations: [
@@ -34,7 +34,7 @@ export default defineConfig({
3434

3535
// Image optimization
3636
image: {
37-
domains: ['brennanmoore.com'],
37+
domains: ['www.zamiang.com'],
3838
service: {
3939
entrypoint: 'astro/assets/services/sharp',
4040
},

0 commit comments

Comments
 (0)