Skip to content

Commit

Permalink
Merge branch 'beta' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
supermurat committed Jan 4, 2021
2 parents 8651cb5 + 04c8fef commit b7e5834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/src/ssr.ts
Expand Up @@ -148,8 +148,7 @@ const getSSR = async (req: express.Request, res: express.Response): Promise<void
console.log(
'getSSR:locale:', `"${locale}"`,
Object.keys(serverJS).toString(),
Object.keys(indexHtml).toString(),
req.url.match(/^\/([a-z]{2}(?:-[A-Z]{2})?)\//)
Object.keys(indexHtml).toString()
);
console.log('getSSR:url:', `"${req.url}"`);
console.log('getSSR:path:', `"${req.path}"`);
Expand Down

0 comments on commit b7e5834

Please sign in to comment.