mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
add proper redirect config for tests
This commit is contained in:
parent
c224efb8a1
commit
e057bbd662
1 changed files with 6 additions and 2 deletions
|
@ -29,10 +29,14 @@ module.exports = {
|
||||||
{
|
{
|
||||||
to: '/',
|
to: '/',
|
||||||
from: [
|
from: [
|
||||||
'///redirects-plugin/test1',
|
'/plugin-client-redirects/test1',
|
||||||
'https://google.com/redirects-plugin/test2',
|
'/plugin-client-redirects/test2',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
to: '/docs',
|
||||||
|
from: '/plugin-client-redirects/test3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue