Skip to content

Commit

Permalink
CCM-5100: Fix redirect using client-side component
Browse files Browse the repository at this point in the history
  • Loading branch information
m-houston committed Jun 24, 2024
1 parent 1aea25f commit cfd6be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function Page({ searchParams }: {
}

return <>
Redirecting to <pre>{redirectPath}</pre>
Redirecting to <code>{redirectPath}</code>
{/* Prefixing with . ignores the app basepath (why? undocumented behaviour)*/}
<Redirect path={`.${redirectPath}`} />
</>
Expand Down

0 comments on commit cfd6be4

Please sign in to comment.