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 0f68471366
commit a80dd7b7ef
-1
View File
@@ -1,4 +1,3 @@
// @ts-check
import { defineConfig } from "astro/config";
import tailwindcss from "@tailwindcss/vite";
import sitemap from "@astrojs/sitemap";