5

Docusaurus 使用 blog mode 後連結一直反白的問題

 5 months ago
source link: https://www.hwchiu.com/2023/10/08/docusaurus-link-active
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Docusaurus 使用 blog mode 後連結一直反白的問題

October 8, 2023 · One min read

根據文件將 ladning page 移除並且使用 blog 做為首頁後,發現上方的連結永遠都會顯示反白,仔細檢查後發現連結被加上一個 navbar__link--active 的屬性。 仔細研究後發現官方有相關 Issue,根據 issue 所述針對 items 內補上 activeBaseRegex: '^/$', 即可。

      {
to: '/',
label: '短篇筆記',
position: 'left',
activeBaseRegex: '^/$',
},

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK