fix: lint error

This commit is contained in:
Felix Roos 2025-01-26 15:45:54 +01:00
parent f4b8753171
commit 46400effb7
No known key found for this signature in database

View File

@ -1,8 +1,6 @@
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
import mdx from '@astrojs/mdx';
import tailwind from '@astrojs/tailwind';
import remarkToc from 'remark-toc';
import rehypeSlug from 'rehype-slug';
import rehypeAutolinkHeadings from 'rehype-autolink-headings';