mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix: remove Astro critters because of ugly white mode flash in dark mode
This commit is contained in:
@@ -4,7 +4,6 @@ import prefetch from '@astrojs/prefetch';
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
import compress from 'astro-compress';
|
||||
import critters from 'astro-critters';
|
||||
import { astroImageTools } from 'astro-imagetools';
|
||||
import webmanifest from 'astro-webmanifest';
|
||||
import { defineConfig } from 'astro/config';
|
||||
@@ -82,7 +81,6 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
}),
|
||||
critters(),
|
||||
compress({
|
||||
css: true,
|
||||
html: true,
|
||||
|
||||
Reference in New Issue
Block a user