chore(org): Load updated namespace after i18n changes
This commit is contained in:
parent
28b4e4f279
commit
3eee1c5eeb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default NewDesignPage
|
|||
export async function getStaticProps({ locale, params }) {
|
||||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, [`o_${params.design}`, ...namespaces])),
|
||||
...(await serverSideTranslations(locale, [params.design, ...namespaces])),
|
||||
design: params.design,
|
||||
page: {
|
||||
locale,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue