Skip to content

Commit 4d5692e

Browse files
authored
Update gitprofile.config.ts
1 parent 6e1307c commit 4d5692e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

gitprofile.config.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ const CONFIG = {
3030
},
3131
external: {
3232
header: 'My Projects',
33-
// To hide the `External Projects` section, keep it empty.
34-
// projects: [
35-
// {
36-
// title: 'Project Name',
37-
// description:
38-
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
39-
// imageUrl:
40-
// 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
41-
// link: 'https://example.com',
42-
// },
43-
// {
44-
// title: 'Project Name',
45-
// description:
46-
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
47-
// imageUrl:
48-
// 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
49-
// link: 'https://example.com',
50-
// },
51-
// ],
33+
//To hide the `External Projects` section, keep it empty.
34+
projects: [
35+
{
36+
title: 'Project Name',
37+
description:
38+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
39+
imageUrl:
40+
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
41+
link: 'https://example.com',
42+
},
43+
{
44+
title: 'Project Name',
45+
description:
46+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
47+
imageUrl:
48+
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
49+
link: 'https://example.com',
50+
},
51+
],
5252
},
5353
},
5454
seo: {

0 commit comments

Comments
 (0)