Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 6fc4f10

Browse files
committed
chore: merge branch 'dev'
2 parents 06afde8 + daa0385 commit 6fc4f10

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ app.prepare().then(() => {
5555

5656
server.get('/', (req, res) => res.redirect(HOME_PAGE))
5757
server.get(HOME_PAGE, (req, res) =>
58-
renderAndCache(req, res, '/home', req.query)
58+
renderAndCache(req, res, '/home/posts', req.query)
5959
)
6060

6161
server.get('/oauth/', (req, res) =>

0 commit comments

Comments
 (0)