Skip to content

Commit 15098fb

Browse files
committed
chore: temporal expand showcase entries with additional popular websites
1 parent 325a157 commit 15098fb

2 files changed

Lines changed: 94 additions & 0 deletions

File tree

src/content/showcase/entries.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,18 @@ import type { ShowcaseInput } from "./schema";
77
*/
88
export const showcaseEntries: ShowcaseInput[] = [
99
{ url: "https://www.daleui.com" },
10+
{ url: "https://www.naver.com" },
11+
{
12+
url: "https://www.google.com",
13+
image:
14+
"https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png",
15+
},
16+
{ url: "https://www.youtube.com" },
17+
{ url: "https://www.facebook.com" },
18+
{ url: "https://www.instagram.com" },
19+
{ url: "https://www.twitter.com" },
20+
{ url: "https://www.linkedin.com" },
21+
{ url: "https://www.github.com" },
22+
{ url: "https://www.stackoverflow.com" },
23+
{ url: "https://www.reddit.com" },
1024
];

src/content/showcase/showcase.generated.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,85 @@
66
"siteName": "daleui.com",
77
"url": "https://www.daleui.com",
88
"_hash": "6f916f0ff697be8e"
9+
},
10+
{
11+
"title": "네이버",
12+
"description": "네이버 메인에서 다양한 정보와 유용한 컨텐츠를 만나 보세요",
13+
"image": "https://s.pstatic.net/static/www/mobile/edit/2016/0705/mobile_212852414260.png",
14+
"siteName": "naver.com",
15+
"url": "https://www.naver.com",
16+
"_hash": "1aa5604e543fd757"
17+
},
18+
{
19+
"title": "Google",
20+
"description": "",
21+
"image": "/og-background.png",
22+
"siteName": "google.com",
23+
"url": "https://www.google.com",
24+
"_hash": "8af7a8e43f20ea51"
25+
},
26+
{
27+
"title": "YouTube",
28+
"description": "YouTube에서 마음에 드는 동영상과 음악을 감상하고, 직접 만든 콘텐츠를 업로드하여 친구, 가족뿐 아니라 전 세계 사람들과 콘텐츠를 공유할 수 있습니다.",
29+
"image": "https://www.youtube.com/img/desktop/yt_1200.png",
30+
"siteName": "youtube.com",
31+
"url": "https://www.youtube.com",
32+
"_hash": "583029c5441c1ef8"
33+
},
34+
{
35+
"title": "Facebook",
36+
"description": "",
37+
"image": "/og-background.png",
38+
"siteName": "facebook.com",
39+
"url": "https://www.facebook.com",
40+
"_hash": "0846e0236993827e"
41+
},
42+
{
43+
"title": "Instagram",
44+
"description": "Create an account or log in to Instagram - Share what you're into with the people who get you.",
45+
"image": "https://static.cdninstagram.com/rsrc.php/v4/yD/r/R0fBIMurK8v.png",
46+
"siteName": "Instagram",
47+
"url": "https://www.instagram.com",
48+
"_hash": "380a27dfd900c32c"
49+
},
50+
{
51+
"title": "twitter.com",
52+
"description": "",
53+
"image": "https://abs.twimg.com/emoji/v2/svg/26a0.svg",
54+
"siteName": "X (formerly Twitter)",
55+
"url": "https://www.twitter.com",
56+
"_hash": "9fba48d3a6d3874d"
57+
},
58+
{
59+
"title": "LinkedIn: Log In or Sign Up",
60+
"description": "1 billion members | Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.",
61+
"image": "/og-background.png",
62+
"siteName": "LinkedIn",
63+
"url": "https://www.linkedin.com",
64+
"_hash": "9774a20f8e7428d2"
65+
},
66+
{
67+
"title": "GitHub · Change is constant. GitHub keeps you ahead.",
68+
"description": "Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.",
69+
"image": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
70+
"siteName": "GitHub",
71+
"url": "https://www.github.com",
72+
"_hash": "8cbc4a5f322fa9ec"
73+
},
74+
{
75+
"title": "Newest Questions",
76+
"description": "Stack Overflow | The World’s Largest Online Community for Developers",
77+
"image": "https://stackoverflow.com/Content/Sites/stackoverflow/Img/apple-touch-icon@2.png?v=0f0cab681579",
78+
"siteName": "Stack Overflow",
79+
"url": "https://www.stackoverflow.com",
80+
"_hash": "9ee0e02ed26ba893"
81+
},
82+
{
83+
"title": "Reddit - Please wait for verification",
84+
"description": "",
85+
"image": "/og-background.png",
86+
"siteName": "reddit.com",
87+
"url": "https://www.reddit.com",
88+
"_hash": "c5b06085fc1c689d"
989
}
1090
]

0 commit comments

Comments
 (0)