1
0
Fork 0

fix(dev): Add missing namespace

This commit is contained in:
Joost De Cock 2023-10-17 08:14:15 +02:00
parent 977d7e13d4
commit 46bce8c63a

View file

@ -80,7 +80,7 @@ export default DocsPage
export async function getStaticProps({ params }) {
return {
props: {
...(await serverSideTranslations('en', ['docs', 'tutorial', ...ns])),
...(await serverSideTranslations('en', ['docs', 'tutorial', 'popout', ...ns])),
...(await loadMdxAsStaticProps({
language: 'en',
site: 'dev',