perf: reduce image sizes to stay under 100KB threshold

This commit is contained in:
Lorenzo Iovino 2026-01-08 18:04:23 +01:00
parent 049c20a4b2
commit 7ba4560631
6 changed files with 26 additions and 19 deletions

View file

@ -6,7 +6,7 @@ import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), sitemap(), mdx()],
site: "https://www.lorenzoiovino.com",
site: "https://lorenzoiovino.com",
compressHTML: true,
build: {
inlineStylesheets: "auto",