Skip to content

Commit

Permalink
Update astro, add mdx, make secret pages
Browse files Browse the repository at this point in the history
  • Loading branch information
enumerate0 committed Mar 13, 2024
1 parent de7913e commit a32364d
Show file tree
Hide file tree
Showing 15 changed files with 2,098 additions and 1,746 deletions.
7 changes: 4 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from "astro/config";

import tailwind from "@astrojs/tailwind";

import mdx from "@astrojs/mdx";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
});
integrations: [tailwind(), mdx()]
});
Loading

0 comments on commit a32364d

Please sign in to comment.