mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: remove astro-imagetools
It's not worth the effort.
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 swup from '@swup/astro';
|
||||
import { astroImageTools } from 'astro-imagetools';
|
||||
import pagefind from 'astro-pagefind';
|
||||
import webmanifest from 'astro-webmanifest';
|
||||
import { defineConfig } from 'astro/config';
|
||||
@@ -33,7 +32,6 @@ export default defineConfig({
|
||||
compat: true,
|
||||
}),
|
||||
swup({ globalInstance: true }),
|
||||
astroImageTools,
|
||||
prefetch(),
|
||||
pagefind(),
|
||||
sitemap({
|
||||
|
||||
Reference in New Issue
Block a user