New poast & change poast ordering

This commit is contained in:
2024-03-12 18:15:50 +00:00
parent 5e0d4ffef5
commit 8ae61bea68
3 changed files with 57 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
site: 'https://kennethnym.com',
integrations: [mdx(), sitemap(), tailwind()]
});