Skip to content

Commit

Permalink
Testing 404 change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopin1 authored and MikaMunterud committed Dec 20, 2024
1 parent 8d6b192 commit affd5b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,4 @@ const NotFound: FC = () => {
);
};

export const getStaticProps = async () => {
return {
props: {
type: "NotFound",
},
};
};

export default NotFound;

0 comments on commit affd5b7

Please sign in to comment.