Skip to content

Commit 5bbb88f

Browse files
committed
修改配置
1 parent 8bbcc0e commit 5bbb88f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ export const profileConfig: ProfileConfig = {
5656
name: 'vaezc',
5757
bio: '你不需要证明什么..',
5858
links: [
59-
{
60-
name: 'Twitter',
61-
icon: 'fa6-brands:twitter', // Visit https://icones.js.org/ for icon codes
62-
// You will need to install the corresponding icon set if it's not already included
63-
// `pnpm add @iconify-json/<icon-set-name>`
64-
url: 'https://twitter.com',
65-
},
66-
{
67-
name: 'Steam',
68-
icon: 'fa6-brands:steam',
69-
url: 'https://store.steampowered.com',
70-
},
59+
// {
60+
// name: 'Twitter',
61+
// icon: 'fa6-brands:twitter', // Visit https://icones.js.org/ for icon codes
62+
// // You will need to install the corresponding icon set if it's not already included
63+
// // `pnpm add @iconify-json/<icon-set-name>`
64+
// url: 'https://twitter.com',
65+
// },
66+
// {
67+
// name: 'Steam',
68+
// icon: 'fa6-brands:steam',
69+
// url: 'https://store.steampowered.com',
70+
// },
7171
{
7272
name: 'GitHub',
7373
icon: 'fa6-brands:github',

0 commit comments

Comments
 (0)