This commit is contained in:
11
astro.config.mjs
Normal file
11
astro.config.mjs
Normal file
@@ -0,0 +1,11 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import rehypeAstroRelativeMarkdownLinks from "astro-rehype-relative-markdown-links";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [],
|
||||
markdown: {
|
||||
rehypePlugins: [rehypeAstroRelativeMarkdownLinks],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user