Skip to content

Commit 141c08e

Browse files
authored
Remove Vercel config from 24 (#963)
1 parent bffc2b5 commit 141c08e

File tree

6 files changed

+0
-382
lines changed

6 files changed

+0
-382
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ out/
134134
node_modules/
135135
.pnpm-store/
136136
storybook-static/
137-
.vercel
138137

139138
# Sentry Auth Token
140139
.sentryclirc

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import rehypeSlug from "rehype-slug";
99
import rehypeAutolinkHeadings from "rehype-autolink-headings";
1010
import metaTags from "astro-meta-tags";
1111

12-
import vercel from "@astrojs/vercel/static";
13-
1412
// https://astro.build/config
1513
export default defineConfig({
1614
markdown: {
@@ -46,5 +44,4 @@ export default defineConfig({
4644
metaTags(),
4745
],
4846
output: "static",
49-
adapter: vercel(),
5047
});

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@astrojs/react": "^3.6.3",
1818
"@astrojs/sitemap": "^3.2.1",
1919
"@astrojs/tailwind": "^5.1.3",
20-
"@astrojs/vercel": "^7.8.2",
2120
"@fontsource-variable/inter": "^5.1.0",
2221
"@tailwindcss/typography": "^0.5.15",
2322
"@types/react": "^18.3.16",

0 commit comments

Comments
 (0)