Skip to content

Commit 3f64b64

Browse files
committed
Use typescript for astro config
1 parent 22fc1f9 commit 3f64b64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// @ts-check
2-
import { defineConfig } from 'astro/config';
1+
import { defineConfig } from "astro/config";
32

43
// https://astro.build/config
54
export default defineConfig({});

0 commit comments

Comments
 (0)