Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Oct 16, 2024
1 parent ab3ab4d commit 9996004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/_404/[...path].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { GetServerSideProps } from 'next'
export const getServerSideProps: GetServerSideProps = async () => {
return {
redirect: {
destination: '/',
destination: '/dashboard',
permanent: false,
},
}
Expand Down

0 comments on commit 9996004

Please sign in to comment.