Skip to content

Commit

Permalink
mdx integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 24, 2024
1 parent c6f05a6 commit 1af05c2
Show file tree
Hide file tree
Showing 3 changed files with 1,151 additions and 27 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from 'astro/config';

import react from "@astrojs/react";

import mdx from "@astrojs/mdx";

// https://astro.build/config
export default defineConfig({
integrations: [react()],
integrations: [react(), mdx()],
site: 'https://transgender-resource-wiki.github.io/'
});
Loading

0 comments on commit 1af05c2

Please sign in to comment.