Skip to content

Commit eb0d60d

Browse files
committed
[RZA-2500050]: remove feedback and survey form which using SSR
1 parent 440cdb3 commit eb0d60d

File tree

9 files changed

+3
-490
lines changed

9 files changed

+3
-490
lines changed

astro.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import mdx from "@astrojs/mdx";
2-
import node from "@astrojs/node";
32
import react from "@astrojs/react";
43
import tailwind from "@astrojs/tailwind";
54
import { defineConfig } from "astro/config";
@@ -37,6 +36,6 @@ export default defineConfig({
3736
optimizeDeps: {
3837
exclude: ["@resvg/resvg-js"]
3938
}
40-
},
41-
adapter: node({ mode: "standalone" })
39+
}
40+
//adapter: node({ mode: "standalone" })
4241
});

src/components/FeedbackForm.astro

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/components/surveyForm.astro

Lines changed: 0 additions & 193 deletions
This file was deleted.

src/pages/api/feedback.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)