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

This commit is contained in:
Christian Visintin
2026-06-07 22:40:12 +02:00
parent 3ee21aba2f
commit bbeefc557e

View File

@@ -1,4 +1,3 @@
// @ts-check
import { defineConfig } from "astro/config";
import tailwindcss from "@tailwindcss/vite";
import sitemap from "@astrojs/sitemap";