MDX añadido
This commit is contained in:
@@ -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()],
|
||||
});
|
||||
Reference in New Issue
Block a user