Skip to content

Commit

Permalink
chore: removed astro-page-insight for now since it has issue with bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 25, 2024
1 parent 1f9f30f commit 82db19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import tailwind from "@astrojs/tailwind";
import metaTags from "astro-meta-tags";
import { defineConfig } from "astro/config";

import pageInsight from "astro-page-insight";
// import pageInsight from "astro-page-insight";

// https://astro.build/config
export default defineConfig({
Expand All @@ -24,7 +24,7 @@ export default defineConfig({
nesting: true,
applyBaseStyles: true,
}),
pageInsight(),
// pageInsight(),
],
redirects: {
// Resources
Expand Down

0 comments on commit 82db19a

Please sign in to comment.