This commit is contained in:
Hri7566 2023-09-16 00:37:26 -04:00
parent 9aaf376199
commit 25ee3db7a9
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ export default defineConfig({
integrations: [tailwind(), react(), mdx()],
output: "server",
adapter: vercel()
});
});

2
src/env.d.ts vendored
View File

@ -1,2 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="astro/client" />