Skip to content

Commit

Permalink
feat: add
Browse files Browse the repository at this point in the history
  • Loading branch information
niaogege committed Mar 2, 2024
1 parent a043b9f commit 4a1a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Link from "next/link";
const Page: NextPageWithLayout = () => {
const title = `Chendap' Blog`;
const links = [
{ text: "个人博客", link: "/post" },
{ text: "个人博客", link: "https://bythewayer.com/post" },
{ text: "个人学习", link: "http://learn.bythewayer.com/" },
{ text: "个人所爱", link: "http://love.bythewayer.com/" },
{ text: "老的博客", link: "http://niaogege.cn" },
Expand Down

0 comments on commit 4a1a42a

Please sign in to comment.