Skip to content

Commit 2fe2079

Browse files
committed
Revert "astro test SSR"
This reverts commit a5e5cbf.
1 parent a5e5cbf commit 2fe2079

File tree

4 files changed

+4
-161
lines changed

4 files changed

+4
-161
lines changed

astro.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ import alpinejs from '@astrojs/alpinejs';
44
import react from '@astrojs/react';
55
import sitemap from '@astrojs/sitemap';
66
import tailwindcss from "@tailwindcss/vite";
7-
import node from "@astrojs/node";
8-
97

108
// https://astro.build/config
119
export default defineConfig({
12-
output: "static", // if we want server side rendering, add `prerender = false` at the top of the astro file
1310
site: 'https://bounteer.com',
14-
adapter: node({ mode: "standalone" }),
15-
1611
vite: {
1712
plugins: [tailwindcss()],
1813
},

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "0.4.8",
14-
"@astrojs/node": "^9.4.3",
13+
"@astrojs/alpinejs": "^0.4.5",
1514
"@astrojs/react": "^4.3.0",
1615
"@hookform/resolvers": "^5.2.1",
1716
"@radix-ui/react-label": "^2.1.7",
@@ -33,7 +32,7 @@
3332
"zod": "^4.1.5"
3433
},
3534
"devDependencies": {
36-
"@astrojs/sitemap": "3.5.1",
35+
"@astrojs/sitemap": "^3.5.0",
3736
"@types/react": "^19.1.8",
3837
"astro": "^5.13.5"
3938
}

pnpm-lock.yaml

Lines changed: 2 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)