fix(dev): Add missing namespace
This commit is contained in:
parent
977d7e13d4
commit
46bce8c63a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export default DocsPage
|
||||||
export async function getStaticProps({ params }) {
|
export async function getStaticProps({ params }) {
|
||||||
return {
|
return {
|
||||||
props: {
|
props: {
|
||||||
...(await serverSideTranslations('en', ['docs', 'tutorial', ...ns])),
|
...(await serverSideTranslations('en', ['docs', 'tutorial', 'popout', ...ns])),
|
||||||
...(await loadMdxAsStaticProps({
|
...(await loadMdxAsStaticProps({
|
||||||
language: 'en',
|
language: 'en',
|
||||||
site: 'dev',
|
site: 'dev',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue