Skip to content

Commit c81161e

Browse files
brabojclaude
andcommitted
fix: set canonical domain to braboj.me
Updates site URL so sitemap, canonical tags, and OG URLs point to the custom domain instead of braboj.github.io. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 78cd663 commit c81161e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro-site/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { remarkRewriteLinks } from './src/plugins/remark-rewrite-links.ts';
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: 'https://braboj.github.io',
8+
site: 'https://braboj.me',
99
base: '/tutorial-git/',
1010
trailingSlash: 'always',
1111
integrations: [sitemap()],

0 commit comments

Comments
 (0)