perf: reduce image sizes to stay under 100KB threshold
This commit is contained in:
parent
049c20a4b2
commit
7ba4560631
6 changed files with 26 additions and 19 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue