Skip to content

Commit

Permalink
chore: upgrade astro v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
handshou committed Jan 2, 2024
1 parent b83269f commit 1b7d67d
Show file tree
Hide file tree
Showing 3 changed files with 18,270 additions and 9,685 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import cloudflare from "@astrojs/cloudflare";

import react from "@astrojs/react";
import vercel from "@astrojs/vercel/serverless";
Expand Down Expand Up @@ -29,4 +28,4 @@ export default defineConfig({
integrations: [mdx({}), react(), tina()],
output: "server",
adapter: vercel()
});
});
Loading

0 comments on commit 1b7d67d

Please sign in to comment.