From 6c4874c9ff07e02cd6cbce1131d20e267f19cad4 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Mon, 2 Jun 2025 15:57:42 +0200 Subject: [PATCH] chore: typecheck astro config --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 100cdd9..1da8c51 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,3 +1,4 @@ +// @ts-check import { defineConfig } from 'astro/config' import serviceWorker from '@ayco/astro-sw' import sitemap from '@astrojs/sitemap'