diff --git a/src/pages/[slug].tsx b/src/pages/[slug].tsx index 6877574..1bab9cb 100644 --- a/src/pages/[slug].tsx +++ b/src/pages/[slug].tsx @@ -33,7 +33,6 @@ export const getStaticProps = wrapper.getStaticProps( ); const Page = ({ page }: any) => { - console.log(page); return (
diff --git a/src/pages/portfolio/index.tsx b/src/pages/portfolio/index.tsx index 93aa9c0..932d5e5 100644 --- a/src/pages/portfolio/index.tsx +++ b/src/pages/portfolio/index.tsx @@ -65,7 +65,7 @@ export default function Portfolio({ projects }: any): JSX.Element {

Portfolio

-

Here's all my latest projects, and the technologies used!

+

Here's all my latest projects, and the technologies used!

{/*