finish TOC component

This commit is contained in:
2026-03-01 18:34:48 -05:00
parent dfdf6c6e66
commit 6b0a985ee1
10 changed files with 630 additions and 21 deletions

View File

@@ -1,9 +1,11 @@
import { defineConfig } from "astro/config";
import mdx from '@astrojs/mdx';
import vue from '@astrojs/vue';
export default defineConfig({
integrations: [
mdx(),
vue(),
],
prefetch: true,
});