Skip to content

Commit 4589792

Browse files
committed
update youtube url
1 parent 9d20ccd commit 4589792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const BLOG = {
3131
CONTACT_TWITTER: process.env.NEXT_PUBLIC_CONTACT_TWITTER || 'https://twitter.com/breezedeus', // 你的twitter个人主页
3232
CONTACT_GITHUB: process.env.NEXT_PUBLIC_CONTACT_GITHUB || 'https://github.com/breezedeus', // 你的github个人主页 例如 https://github.com/tangly1024
3333
CONTACT_BILIBILI: process.env.NEXT_PUBLIC_CONTACT_BILIBILI || 'https://space.bilibili.com/509307267', // B站主页
34-
CONTACT_YOUTUBE: process.env.NEXT_PUBLIC_CONTACT_YOUTUBE || 'https://www.youtube.com/@breezedeus4970', // Youtube主页
34+
CONTACT_YOUTUBE: process.env.NEXT_PUBLIC_CONTACT_YOUTUBE || 'https://www.youtube.com/@breezedeus', // Youtube主页
3535
CONTACT_TELEGRAM: process.env.NEXT_PUBLIC_CONTACT_TELEGRAM || '', // 你的telegram 地址 例如 https://t.me/tangly_1024
3636
CONTACT_LINKEDIN: process.env.NEXT_PUBLIC_CONTACT_LINKEDIN || '', // 你的linkedIn 首页
3737
CONTACT_INSTAGRAM: process.env.NEXT_PUBLIC_CONTACT_INSTAGRAM || '', // 您的instagram地址

0 commit comments

Comments
 (0)