2023-10-27 11:45:02 +02:00
|
|
|
import markdoc from '@astrojs/markdoc';
|
2024-02-22 13:58:10 +00:00
|
|
|
import { defineConfig } from 'astro/config';
|
2023-10-27 11:45:02 +02:00
|
|
|
|
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
|
|
|
integrations: [markdoc()],
|
|
|
|
});
|