fix(site): drop @ts-check on astro config to clear false vite type error

This commit is contained in:
Christian Visintin
2026-06-08 10:16:00 +02:00
parent 3ee21aba2f
commit bbeefc557e
-1
View File
@@ -1,4 +1,3 @@
// @ts-check
import { defineConfig } from "astro/config";
import tailwindcss from "@tailwindcss/vite";
import sitemap from "@astrojs/sitemap";