Skip to content

Commit

Permalink
Update netlify.toml - fix docs redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano authored Oct 22, 2024
1 parent 39530ab commit 671673c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
external_node_modules = ["sharp"]
included_files = ["node_modules/sharp/**/*", "./github.pem"]

[[redirects]]
force = true
from = "/docs/guides/faststore/project-structure-updating-the-core-package-version"
status = 308
to = "/docs/guides/faststore/project-structure-updating-the-cli-package-version"

[[redirects]]
force = true
from = "/docs/guides/faststore/dynamic-content-setting-up-the-store-code-for-dynamic-content"
Expand Down

0 comments on commit 671673c

Please sign in to comment.