We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4bdc commit afd5686Copy full SHA for afd5686
server/renderer/handler.js
@@ -102,7 +102,7 @@ export default function handleRender(req, res) {
102
// A 301 redirect was rendered somewhere if context.url exists after
103
// rendering has happened.
104
if (context.url) {
105
- return res.redirect(301, context.url);
+ return res.redirect(302, context.url);
106
}
107
108
return res.status(200).send(markup);
0 commit comments