commit | a42ca963f73daf1fbaf3d04eb042952c25149589 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Sat Apr 27 16:13:23 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Sat Apr 27 20:15:16 2024 +0000 |
tree | 6895487d0b3d988c1ea4b6188959b89dfa7b6fda | |
parent | c86816acd130507d4d399a674e650f69f219c1fb [diff] [blame] |
Create a central webpage for projects and likewise Change-Id: If5b218fcb7cd223029bccdfac5ee9ea4e86ddf38 Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/673 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/sites/main/src/env.d.ts b/sites/main/src/env.d.ts new file mode 100644 index 0000000..acef35f --- /dev/null +++ b/sites/main/src/env.d.ts
@@ -0,0 +1,2 @@ +/// <reference path="../.astro/types.d.ts" /> +/// <reference types="astro/client" />