Skip to content

Commit

Permalink
improve rss
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsereno committed Apr 10, 2024
1 parent 85959ff commit 735bcef
Show file tree
Hide file tree
Showing 9 changed files with 5,530 additions and 17 deletions.
11 changes: 6 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";

import sitemap from "@astrojs/sitemap";

import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: "https://letters.asereno.com",
// base: "letters",
integrations: [mdx(), sitemap()],
});
site: "https://letters.asereno.com",
// base: "letters",
integrations: [mdx(), sitemap(), icon()]
});
Loading

0 comments on commit 735bcef

Please sign in to comment.