Skip to content

Commit 9298222

Browse files
committed
Update gitprofile.config.ts
1 parent 69f09cd commit 9298222

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
@@ -31,28 +31,28 @@ const CONFIG = {
3131
external: {
3232
header: 'My Projects',
3333
// 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-
// ],
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: {
55-
title: 'Sameer Khan's Portfolio',
55+
title: 'Sameer Khan Portfolio',
5656
description: 'My Portfolio',
5757
imageURL: '',
5858
},

0 commit comments

Comments
 (0)