We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fc1f9 commit 3f64b64Copy full SHA for 3f64b64
astro.config.mjs renamed to astro.config.ts
@@ -1,5 +1,4 @@
1
-// @ts-check
2
-import { defineConfig } from 'astro/config';
+import { defineConfig } from "astro/config";
3
4
// https://astro.build/config
5
export default defineConfig({});
0 commit comments