Skip to content

Commit

Permalink
(chore) Remove Vercel Runtime Dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Progyan Bhattacharya <[email protected]>
  • Loading branch information
0xTheProDev committed Feb 28, 2024
1 parent 3a23a9b commit f9349fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 293 deletions.
4 changes: 0 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import react from "@astrojs/react";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";
// import vercel from '@astrojs/vercel/static';

// https://astro.build/config
export default defineConfig({
Expand All @@ -25,7 +24,4 @@ export default defineConfig({
prefetchAll: true,
defaultStrategy: 'viewport',
},
// adapter: vercel({
// analytics: true,
// }),
});
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@astrojs/rss": "4.0.4",
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "6.1.0",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-navigation-menu": "1.1.4",
Expand Down
Loading

0 comments on commit f9349fc

Please sign in to comment.