fix: forgot to fully remove mdx
All checks were successful
build dist / build-dist (push) Successful in 45s
All checks were successful
build dist / build-dist (push) Successful in 45s
This commit is contained in:
parent
c1d7b69a5f
commit
722dfa3613
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
|
||||
import mdx from "@astrojs/mdx";
|
||||
import react from "@astrojs/react";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import icon from "astro-icon";
|
||||
|
@ -68,7 +67,6 @@ export default defineConfig({
|
|||
uiFontFamily: "var(--font-sans)",
|
||||
},
|
||||
}),
|
||||
mdx(),
|
||||
react(),
|
||||
sitemap(),
|
||||
icon(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue