Skip to content

Commit c4c8fe2

Browse files
committed
fix(website): pages not prerendered
1 parent f20078f commit c4c8fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function LocaleProvider({ children }) {
6969

7070
return (
7171
<LocaleContext.Provider value={localeId}>
72-
{loaded && children}
72+
{children}
7373
</LocaleContext.Provider>
7474
);
7575
}

0 commit comments

Comments
 (0)