Skip to content

Commit

Permalink
update dependencies, patch nextjs config (#8184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan authored and calvn committed Jan 18, 2020
1 parent 96b2b39 commit 76e4586
Show file tree
Hide file tree
Showing 3 changed files with 1,209 additions and 225 deletions.
6 changes: 5 additions & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ module.exports = withHashicorp({
}
],
redirects: () => [
{ source: '/intro', destination: '/intro/getting-started' }
{
source: '/intro',
destination: '/intro/getting-started',
permanent: false
}
]
},
exportTrailingSlash: true,
Expand Down
Loading

0 comments on commit 76e4586

Please sign in to comment.