Skip to content

Commit

Permalink
fix: default redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Apr 30, 2024
1 parent 243a450 commit fc10d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/forms/app/[lang]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { redirect } from 'next/navigation';

const Index = async () => redirect('/forms/data-hunter');
const Index = async () => redirect('/data-hunter');

export default Index;

0 comments on commit fc10d8e

Please sign in to comment.