trying to pin down my thoughts here
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 276 B view raw
1import { defineConfig } from "astro/config"; 2import mdx from "@astrojs/mdx"; 3import sitemap from "@astrojs/sitemap"; 4import tailwind from "@astrojs/tailwind"; 5 6export default defineConfig({ 7 site: "https://naikaayush.com", 8 integrations: [mdx(), sitemap(), tailwind()], 9});