Skip to content

Commit

Permalink
Merge pull request #101 from jllr/fix/Getting-started-redirection
Browse files Browse the repository at this point in the history
Getting started redirection
  • Loading branch information
jllr authored Sep 21, 2018
2 parents ab99faf + 203b4d5 commit 03da232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build-website-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ gulp.task('build:website:views', () => {
utils: pugUtils
}))
.use(metalsmithPlugins.redirect({
'/': '/getting-started/'
'/': './getting-started/'
}))
.build(error => {
if (error) {
Expand Down

0 comments on commit 03da232

Please sign in to comment.