2023-04-03 10:27:51 -05:00
|
|
|
import markdoc from '@astrojs/markdoc';
|
2024-02-22 08:58:10 -05:00
|
|
|
import { defineConfig } from 'astro/config';
|
2023-04-03 10:27:51 -05:00
|
|
|
|
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
|
|
|
integrations: [markdoc()],
|
|
|
|
});
|