Skip to content

Commit e832d89

Browse files
committed
Fix website link
1 parent c4df33e commit e832d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import tailwindcss from "@tailwindcss/vite";
88

99
// https://astro.build/config
1010
export default defineConfig({
11-
site: "https://alexitc.com",
11+
site: "https://wiringbits.net",
1212
integrations: [mdx(), sitemap()],
1313

1414
vite: {

0 commit comments

Comments
 (0)