Move redirects in www/gatsby-node to another file. #20635
Labels
good first issue
Issue that doesn't require previous experience with Gatsby
help wanted
Issue with a clear description that the community can help with.
There's a ton of redirects in gatsby-node that take up a lot of space. We should be able to move them to a data file much like we did for
startersRedirects
.The only difference is that I'd prefer to use YAML instead of JSON, since there's context in the comments of some redirects, and we'd lose them if we used JSON. Maybe something like
redirects.yaml:
The text was updated successfully, but these errors were encountered: