Skip to content

Commit

Permalink
fix(site creation): make rewrites to redirects (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 authored Mar 7, 2023
1 parent 46d86d6 commit 915c4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/identity/DeploymentClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DeploymentClient {
environmentVariables: {
JEKYLL_ENV: "development",
},
customRules: [{ source: "/<*>", target: "/404.html", status: "404-200" }],
customRules: [{ source: "/<*>", target: "/404.html", status: "404" }],
})

generateCreateBranchInput = (
Expand Down

0 comments on commit 915c4fb

Please sign in to comment.