Closed shanejonas closed 1 year ago
How can I test this?
How can I test this?
Although we can't test by hitting production URLs, can it be tested by hitting the relative paths for the redirects (everything after "https://docs.metamask.io/" from the redirect list here)?
you need to run it with yarn build && yarn serve
to see the redirects, they only work in the build with this plugin.
you need to run it with yarn build && yarn serve to see the redirects, they only work in the build with this plugin.
Should we add this to the readme?
created a ticket about the README updates: https://github.com/MetaMask/mm-docs-v2/issues/84
This adds support for redirects from the old site pathsto mm-docs-v2 new paths we have.
fixes #34