Skip to content

Commit

Permalink
fix: 访问链接
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer committed Mar 10, 2024
1 parent e1de9f1 commit 5046268
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type PageProps = {
const footerLinks = [
{ name: 'Home', url: '/' },
{ name: 'GitHub', url: 'https://github.com/giscafer', target: '_blank' },
{ name: '旅游地图', url: 'http://map.giscafer.com', target: '_blank' },
{ name: 'YouTube', url: 'https://www.youtube.com/@BeAFreelancer', target: '_blank' },

{ name: 'Blog', url: '/blog' },
{ name: 'Twitter', url: 'https://twitter.com/nicky_lao', target: '_blank' },
Expand Down Expand Up @@ -50,7 +50,7 @@ const Page = ({ children }: PageProps): JSX.Element => (
</ul>
<div className={styles.bottomInfo}>
<p className={styles.copyright}>&copy; Nicky Lao {new Date().getFullYear()}</p>
<img src="https://visitor-badge.glitch.me/badge?page_id=giscafer.com" alt="访问人数" />
<img src="https://visitor-badge.laobi.icu/badge?page_id=giscafer.blog&left_text=visit" alt="访问人数" />
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DefaultSeo } from 'next-seo'
const config = {
title: 'Nicky Lao - Frontend Developer & Designer',
description:
'自驱型前端工程师,8年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps 等,具备全栈开发能力。',
'自驱型前端工程师,9年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps 等,具备全栈开发能力。',
openGraph: {
type: 'website',
locale: 'zh_CN',
Expand Down
2 changes: 1 addition & 1 deletion pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const About = (): JSX.Element => {
<p>Hey I’m Nicky Lao, a fullstack developer currently living in 🇨🇳 Guangzhou, China.</p>

<p>
自驱型前端工程师,8年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps
自驱型前端工程师,9年多大型复杂产品开发经验,4年前端团队管理经验,熟悉跨端APP 如 Ionic、React Native开发,熟悉 微前端、DevOps
等,具备全栈开发能力。
</p>
<p>
Expand Down

0 comments on commit 5046268

Please sign in to comment.