mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 21:34:24 +01:00
fix(website): pages not prerendered
This commit is contained in:
parent
f20078f3b0
commit
c4c8fe23a9
@ -69,7 +69,7 @@ export function LocaleProvider({ children }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<LocaleContext.Provider value={localeId}>
|
<LocaleContext.Provider value={localeId}>
|
||||||
{loaded && children}
|
{children}
|
||||||
</LocaleContext.Provider>
|
</LocaleContext.Provider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user