diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-23 14:13:29 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-23 14:13:29 +0100 |
| commit | 3013f352570439832075bab19c9ae91ec6ab98ac (patch) | |
| tree | 37052258a5e4d5859ad9024f99cceb9a38047707 /astro.config.mjs | |
| parent | 16b7b327d43a3d3a2ab0b6317072136d7df69a3d (diff) | |
Update to astro 5
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
