From 3013f352570439832075bab19c9ae91ec6ab98ac Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:13:29 +0100 Subject: Update to astro 5 --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 05c5e69..3e48c27 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,7 +1,6 @@ import sitemap from '@astrojs/sitemap'; import { defineConfig } from 'astro/config'; -// https://astro.build/config export default defineConfig({ compressHTML: true, site: "https://www.costas.dev", -- cgit v1.3