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