1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 12:48:49 +00:00

build: install mdx dependency

This commit is contained in:
Denis Ergin 2024-10-18 11:48:24 +02:00
parent 62854c484c
commit 20d548bec6
3 changed files with 561 additions and 1 deletions

View file

@ -1,8 +1,9 @@
import { defineConfig } from 'astro/config';
import icon from "astro-icon";
import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
integrations: [icon()],
integrations: [icon(), mdx()],
});