diff options
| author | seth <[email protected]> | 2023-05-20 02:33:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-20 02:33:58 -0400 |
| commit | d0ad2e5d16f62c9a45dafc3eacc814a3b9013d08 (patch) | |
| tree | 9f28500ce0407126597e987db44c681cabe7abe9 /astro.config.mjs | |
| parent | 63c4f174c849a41eb0c2b5fc7470151dd1f0277c (diff) | |
rewrite everything in typescript
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/astro.config.mjs b/astro.config.mjs deleted file mode 100644 index 68040a9..0000000 --- a/astro.config.mjs +++ /dev/null @@ -1,8 +0,0 @@ -import { defineConfig } from "astro/config"; -import tailwind from "@astrojs/tailwind"; - -// https://astro.build/config -export default defineConfig({ - site: "https://mydadleft.me", - integrations: [tailwind()], -}); |
