Skip to content

Commit

Permalink
docs: add additional redirect path for WebAssembly introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Dec 27, 2024
1 parent a8a119c commit fb19975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const config = {
{
redirects: [
{
from: ['/webassembly/introduction'], // Old paths
from: ['/webassembly/introduction', '/wasm'], // Matched paths can be a string or a string array.
to: '/webassembly', // Target path
},
],
Expand Down

0 comments on commit fb19975

Please sign in to comment.