Skip to content

Commit

Permalink
refactor: use static instead of server as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
keksiqc committed Oct 21, 2024
1 parent 240ee3b commit 769b0a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ import { defineConfig } from 'astro/config'
// https://astro.build/config
export default defineConfig({
integrations: [react(), tailwind()],
output: 'server',
adapter: vercel({
webAnalytics: { enabled: true },
}),
})
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/ts-plugin": "^1.10.2",
"@astrojs/vercel": "^7.8.1",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@iconify-json/simple-icons": "^1.2.8",
Expand All @@ -27,7 +26,6 @@
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vercel/analytics": "^1.3.1",
"astro": "4.15.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down

0 comments on commit 769b0a7

Please sign in to comment.