mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: fix any remaining redirects
This commit is contained in:
parent
78906e6551
commit
b4135ac9b3
@ -21,7 +21,12 @@
|
|||||||
],
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "**/install**",
|
"source": "**/install/**",
|
||||||
|
"destination": "/install",
|
||||||
|
"type": 301
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/page/install",
|
||||||
"destination": "/install",
|
"destination": "/install",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
@ -71,17 +76,27 @@
|
|||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "**/api**",
|
"source": "/page/api",
|
||||||
"destination": "/api-constructor",
|
"destination": "/api-constructor",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "**/performance**",
|
"source": "**/performance/**",
|
||||||
"destination": "/performance",
|
"destination": "/performance",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "**/changelog**",
|
"source": "/page/performance",
|
||||||
|
"destination": "/performance",
|
||||||
|
"type": 301
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "**/changelog/**",
|
||||||
|
"destination": "/changelog",
|
||||||
|
"type": 301
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/page/changelog",
|
||||||
"destination": "/changelog",
|
"destination": "/changelog",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user