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