continued working on sidebar

This commit is contained in:
2024-02-07 12:36:43 +01:00
parent 36fed98627
commit db8ad07ef8
8 changed files with 538 additions and 17 deletions

View File

@@ -7,12 +7,13 @@ import remarkDirective from 'remark-directive';
import remarkCalloutDirectives from "@microflash/remark-callout-directives";
import remarkExternalLinks from 'remark-external-links';
import mdx from "@astrojs/mdx";
import lighthouse from "astro-lighthouse";
import icon from "astro-icon";
// https://astro.build/config
export default defineConfig({
integrations: [minify(), metaTags(), mdx(), lighthouse()],
integrations: [minify(), metaTags(), mdx(), lighthouse(), icon()],
markdown: {
rehypePlugins: [rehypeSlug, [rehypeAutolinkHeadings, {
behavior: 'wrap'