redirect to docs examples page on examples.yew.rs (#1967)

This commit is contained in:
Muhammad Hamza 2021-07-21 20:18:07 +05:00 committed by GitHub
parent 70157b0ff7
commit b3ed684f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,13 @@
"source": "/todomvc/**",
"destination": "/todomvc/index.html"
}
],
"redirects": [
{
"source": "/",
"destination": "https://yew.rs/getting-started/examples",
"type": 302
}
]
}
]