Skip to content

Commit

Permalink
Merge pull request #53 from recursivezero/feature/RZA-2500050
Browse files Browse the repository at this point in the history
[RZA-2500050]: remove feedback and survey form which using SSR
  • Loading branch information
recursivezero authored Mar 2, 2025
2 parents 440cdb3 + eb0d60d commit e9939c6
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 490 deletions.
5 changes: 2 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import mdx from "@astrojs/mdx";
import node from "@astrojs/node";
import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";
Expand Down Expand Up @@ -37,6 +36,6 @@ export default defineConfig({
optimizeDeps: {
exclude: ["@resvg/resvg-js"]
}
},
adapter: node({ mode: "standalone" })
}
//adapter: node({ mode: "standalone" })
});
91 changes: 0 additions & 91 deletions src/components/FeedbackForm.astro

This file was deleted.

193 changes: 0 additions & 193 deletions src/components/surveyForm.astro

This file was deleted.

73 changes: 0 additions & 73 deletions src/pages/api/feedback.ts

This file was deleted.

Loading

0 comments on commit e9939c6

Please sign in to comment.