add rss feed

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-20 21:03:29 +01:00
parent 292f69ad2d
commit 19e9671dfc
5 changed files with 62 additions and 2 deletions

View File

@@ -6,8 +6,9 @@ import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
site: "https://hadi.diy",
integrations: [mdx()],
vite: {
plugins: [tailwindcss()]
}
});
});