initial commit
This commit is contained in:
20
data/friends.ts
Normal file
20
data/friends.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { TFriendItem } from "@/types/friend.type";
|
||||
|
||||
export const FriendsList: TFriendItem[] = [
|
||||
{
|
||||
title: "但为君故's Blog",
|
||||
url: "http://blog.terminals.run/",
|
||||
},
|
||||
{
|
||||
title: "Your Best Friend's Blog",
|
||||
url: "https://www.example.com/",
|
||||
},
|
||||
{
|
||||
title: "Google",
|
||||
url: "https://www.google.com/",
|
||||
},
|
||||
{
|
||||
title: "Github",
|
||||
url: "https://www.github.com/",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user