Skip to content

Commit b8a1a8e

Browse files
💔
1 parent b5d418b commit b8a1a8e

10 files changed

+590
-12
lines changed

astro.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { defineConfig } from "astro/config"
22
import tailwind from "@astrojs/tailwind"
33
import solidJs from "@astrojs/solid-js"
4-
4+
import mdx from "@astrojs/mdx"
55
import node from "@astrojs/node"
66

77
// https://astro.build/config
88
export default defineConfig({
9-
integrations: [solidJs(), tailwind()],
9+
integrations: [solidJs(), tailwind(), mdx()],
1010
output: "hybrid",
1111
adapter: node({
1212
mode: "standalone",

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"prepare": "husky"
1313
},
1414
"dependencies": {
15+
"@astrojs/mdx": "^2.2.0",
1516
"@astrojs/node": "^7.0.4",
1617
"@astrojs/solid-js": "^4.0.1",
1718
"@astrojs/tailwind": "^5.1.0",

0 commit comments

Comments
 (0)