Skip to content

Commit

Permalink
feat(redirect /schuldenforschung to /feedback-studien)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Nov 22, 2024
1 parent 6eba4db commit e06f0dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/schuldenforschung.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { type LoaderFunction, redirect } from "@remix-run/node";

export const loader: LoaderFunction = () =>
redirect("https://app.formbricks.com/s/cm02c31ka0000102tqa05xr32");
export const loader: LoaderFunction = () => redirect("/feedback-studien");

0 comments on commit e06f0dc

Please sign in to comment.