2023-02-06 16:11:15 -05:00
|
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
import markdoc from '@astrojs/markdoc';
|
|
|
|
|
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
2023-02-13 15:10:39 -05:00
|
|
|
integrations: [markdoc()],
|
2023-02-06 16:11:15 -05:00
|
|
|
});
|