Skip to content

Commit 55cd4b4

Browse files
committed
add header link icon
1 parent 5d670d5 commit 55cd4b4

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

app/tag-data.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2+
"markdown": 1,
3+
"code": 1,
4+
"features": 1,
25
"next-js": 6,
3-
"tailwind": 3,
4-
"guide": 5,
5-
"feature": 2,
6-
"multi-author": 1,
7-
"hello": 1,
86
"math": 1,
97
"ols": 1,
108
"github": 1,
11-
"writings": 1,
12-
"book": 1,
13-
"reflection": 1,
9+
"guide": 5,
10+
"tailwind": 3,
11+
"hello": 1,
1412
"holiday": 1,
1513
"canada": 1,
1614
"images": 1,
17-
"markdown": 1,
18-
"code": 1,
19-
"features": 1
15+
"feature": 2,
16+
"writings": 1,
17+
"book": 1,
18+
"reflection": 1,
19+
"multi-author": 1
2020
}

contentlayer.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ export default makeSource({
162162
behavior: 'prepend',
163163
headingProperties: {
164164
className: ['content-header'],
165-
tabIndex: '-1',
166-
dir: 'auto',
167165
},
168166
content: icon,
169167
},

0 commit comments

Comments
 (0)