astro 2.4.4 breaks i18n, reverted to 2.4.3
This commit is contained in:
parent
c3ce3f9e38
commit
4ec6b01162
8 changed files with 38 additions and 37 deletions
|
@ -9,9 +9,9 @@ const toc = headings.map((heading) => {
|
|||
return heading;
|
||||
});
|
||||
|
||||
if (content.data.code) {
|
||||
import "../styles/vendor/one-dark-pro.css";
|
||||
}
|
||||
// if (content.data.code) {
|
||||
// import "../styles/vendor/one-dark-pro.css";
|
||||
// }
|
||||
---
|
||||
|
||||
<div class="sidebar region">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue