Skip to content

Commit

Permalink
Merge pull request #2 from jiaulislam/jiaulislam-patch-1
Browse files Browse the repository at this point in the history
Update astro.config.mjs for custom domain
  • Loading branch information
jiaulislam authored Oct 6, 2024
2 parents d5a558e + 4ba54d3 commit 4606771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://jiaulislam.github.io/',
site: 'https://jiaulislam.dev/',
integrations: [mdx(), sitemap(), tailwind()],
"plugins": [
{
"name": "@astrojs/ts-plugin"
},
],
});
});

0 comments on commit 4606771

Please sign in to comment.