Playing around with options for base structure and navigation
This commit is contained in:
@@ -2,10 +2,17 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import rehypeAstroRelativeMarkdownLinks from "astro-rehype-relative-markdown-links";
|
||||
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [],
|
||||
markdown: {
|
||||
rehypePlugins: [rehypeAstroRelativeMarkdownLinks],
|
||||
},
|
||||
});
|
||||
integrations: [],
|
||||
|
||||
markdown: {
|
||||
rehypePlugins: [rehypeAstroRelativeMarkdownLinks],
|
||||
},
|
||||
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user