MDX añadido

This commit is contained in:
2024-10-01 09:31:50 +02:00
parent d873ca9017
commit 6d7ee362f4
4 changed files with 638 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
import { defineConfig } from 'astro/config';
import svelte from '@astrojs/svelte';
import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
// Enable Svelte to support Svelte components.
integrations: [svelte()],
});
// Enable Svelte to support Svelte components.
integrations: [svelte(), mdx()],
});