Skip to content

Commit

Permalink
fix: remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Jun 21, 2024
1 parent bed3549 commit 4b5c1c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { rehypeHeadingIds } from "@astrojs/markdown-remark";
import mdx from "@astrojs/mdx";
import react from "@astrojs/react";
import preact from "@astrojs/preact";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";
import compress from "astro-compress";
Expand All @@ -13,7 +13,6 @@ import remarkToc from "remark-toc";
import Icons from "unplugin-icons/vite";
import { fileURLToPath } from "url";
import { remarkReadingTime } from "./src/utils/frontmatter";
import preact from "@astrojs/preact";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

Expand Down

0 comments on commit 4b5c1c6

Please sign in to comment.