2023-02-09 13:25:18 -05:00
|
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
import markdoc from '@astrojs/markdoc';
|
|
|
|
|
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
2023-03-02 13:53:55 -05:00
|
|
|
integrations: [markdoc()],
|
2023-02-09 13:25:18 -05:00
|
|
|
});
|