Skip to content

Commit

Permalink
fix: add host URL to config
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Nov 18, 2024
1 parent 16ff69c commit 977fd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import sitemap from '@astrojs/sitemap';

// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
site: 'https://maazh.tech/',
integrations: [mdx(), sitemap()],
});

0 comments on commit 977fd2a

Please sign in to comment.