Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
fix: correct typo in redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed Aug 15, 2019
1 parent 0ff7c66 commit 34c02e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ exports.createPages = ({ actions, graphql }) => {
redirect.fromPaths.forEach(fromPath => {
createRedirect({
redirectInBrowser: true,
permanent: true,
isPermanent: true,
fromPath,
toPath: redirect.toPath,
});
Expand Down

0 comments on commit 34c02e4

Please sign in to comment.