|
@@ -88,7 +88,7 @@ export const getServerSideCommonProps: GetServerSideProps<CommonProps> = async(c
|
|
|
namespacesRequired: ['translation'],
|
|
namespacesRequired: ['translation'],
|
|
|
currentPathname,
|
|
currentPathname,
|
|
|
appTitle: appService.getAppTitle(),
|
|
appTitle: appService.getAppTitle(),
|
|
|
- siteUrl: configManager.getConfig('app:siteUrl'), // DON'T USE appService.getSiteUrl()
|
|
|
|
|
|
|
+ siteUrl: configManager.getConfig('app:siteUrl'), // DON'T USE growiInfoService.getSiteUrl()
|
|
|
confidential: appService.getAppConfidential() || '',
|
|
confidential: appService.getAppConfidential() || '',
|
|
|
customTitleTemplate: customizeService.customTitleTemplate,
|
|
customTitleTemplate: customizeService.customTitleTemplate,
|
|
|
csrfToken: req.csrfToken(),
|
|
csrfToken: req.csrfToken(),
|