Added meta management via react-helmet

This commit is contained in:
vjrj 2018-01-30 19:10:37 +01:00
parent 3f26dcbef9
commit 81acc255d7
8 changed files with 52 additions and 10 deletions

View file

@ -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);