aboutsummaryrefslogtreecommitdiff
path: root/src/env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.d.ts')
-rw-r--r--src/env.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/env.d.ts b/src/env.d.ts
deleted file mode 100644
index d714331..0000000
--- a/src/env.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-/// <reference path="../.astro/types.d.ts" />
-interface ImportMetaEnv {
- readonly DEFAULT_TITLE: string;
- readonly DEFAULT_DESCRIPTION: string;
-}
-
-interface ImportMeta {
- readonly env: ImportMetaEnv;
-}