From 095a9b02cde3009cdabe15b9ced336354b189e95 Mon Sep 17 00:00:00 2001 From: Syofyan Zuhad Date: Mon, 25 Mar 2024 05:18:00 +0700 Subject: [PATCH] update: syofyan portfolio --- README.md | 2 +- src/components/atoms/SeoHead/SeoHead.tsx | 4 ++-- src/pages/_error.tsx | 2 +- src/pages/blog/[slug].tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e351f30..39d14a06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Jacob Herper Portfolio +# Syofyan Zuhad Portfolio (forked from Jacob Herper Portfolio) This is my portfolio website, proudly built with [Next.js](https://nextjs.org/), TypeScript, Styled-Components and MDX. Previously I built my website using Gatsby, but decided to move over to Next.js due to their major improvements that make it my first choice, not only for applications, but also for websites. diff --git a/src/components/atoms/SeoHead/SeoHead.tsx b/src/components/atoms/SeoHead/SeoHead.tsx index 9b7bc828..2da206cd 100644 --- a/src/components/atoms/SeoHead/SeoHead.tsx +++ b/src/components/atoms/SeoHead/SeoHead.tsx @@ -56,12 +56,12 @@ const SeoHead: FC = ({ __html: `{"@context":"http://schema.org","@type":"WebSite","name":"Syofyanzuhad.my.id","alternateName":"Syofyan Zuhad","url":"https://syofyanzuhad.my.id/","description":"Back-End Software Engineer with a focus on Laravel and php. I have more than 2 years experience working in software engineering.","image":"${image}"}`, }} /> - ); diff --git a/src/pages/_error.tsx b/src/pages/_error.tsx index c286db9d..a0c5c2ff 100644 --- a/src/pages/_error.tsx +++ b/src/pages/_error.tsx @@ -37,7 +37,7 @@ function Error({ statusCode }: { statusCode: number }) { return ( <>