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:
parent
62854c484c
commit
20d548bec6
3 changed files with 561 additions and 1 deletions
|
@ -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()],
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue