Added meta management via react-helmet
This commit is contained in:
parent
3f26dcbef9
commit
81acc255d7
8 changed files with 52 additions and 10 deletions
|
|
@ -72,7 +72,7 @@ i18n.use(backend)
|
|||
return;
|
||||
}
|
||||
i18nReady.set(true);
|
||||
document.title = t('AppName');
|
||||
// document.title = t('AppName');
|
||||
// Accounts translation
|
||||
// https://github.com/softwarerero/meteor-accounts-t9n
|
||||
// console.log("Language: " + i18n.language);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue