upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
2 changed files with 11 additions and 13 deletions
Showing only changes of commit 55cd4b478a - Show all commits

View File

@ -1,20 +1,20 @@
{ {
"markdown": 1,
"code": 1,
"features": 1,
"next-js": 6, "next-js": 6,
"tailwind": 3,
"guide": 5,
"feature": 2,
"multi-author": 1,
"hello": 1,
"math": 1, "math": 1,
"ols": 1, "ols": 1,
"github": 1, "github": 1,
"writings": 1, "guide": 5,
"book": 1, "tailwind": 3,
"reflection": 1, "hello": 1,
"holiday": 1, "holiday": 1,
"canada": 1, "canada": 1,
"images": 1, "images": 1,
"markdown": 1, "feature": 2,
"code": 1, "writings": 1,
"features": 1 "book": 1,
"reflection": 1,
"multi-author": 1
} }

View File

@ -162,8 +162,6 @@ export default makeSource({
behavior: 'prepend', behavior: 'prepend',
headingProperties: { headingProperties: {
className: ['content-header'], className: ['content-header'],
tabIndex: '-1',
dir: 'auto',
}, },
content: icon, content: icon,
}, },