|
11 | 11 | { "key": "X-Frame-Options", "value": "SAMEORIGIN" }
|
12 | 12 | ]
|
13 | 13 | }
|
14 |
| - ], |
15 |
| - "redirects": [ |
16 |
| - { |
17 |
| - "source": "**/install/**", |
18 |
| - "destination": "/install", |
19 |
| - "type": 301 |
20 |
| - }, |
21 |
| - { |
22 |
| - "source": "/page/install", |
23 |
| - "destination": "/install", |
24 |
| - "type": 301 |
25 |
| - }, |
26 |
| - { |
27 |
| - "source": "**/api-constructor/**", |
28 |
| - "destination": "/api-constructor", |
29 |
| - "type": 301 |
30 |
| - }, |
31 |
| - { |
32 |
| - "source": "**/api-input/**", |
33 |
| - "destination": "/api-input", |
34 |
| - "type": 301 |
35 |
| - }, |
36 |
| - { |
37 |
| - "source": "**/api-output/**", |
38 |
| - "destination": "/api-output", |
39 |
| - "type": 301 |
40 |
| - }, |
41 |
| - { |
42 |
| - "source": "**/api-resize/**", |
43 |
| - "destination": "/api-resize", |
44 |
| - "type": 301 |
45 |
| - }, |
46 |
| - { |
47 |
| - "source": "**/api-compsite/**", |
48 |
| - "destination": "/api-compsite", |
49 |
| - "type": 301 |
50 |
| - }, |
51 |
| - { |
52 |
| - "source": "**/api-operation/**", |
53 |
| - "destination": "/api-operation", |
54 |
| - "type": 301 |
55 |
| - }, |
56 |
| - { |
57 |
| - "source": "**/api-colour/**", |
58 |
| - "destination": "/api-colour", |
59 |
| - "type": 301 |
60 |
| - }, |
61 |
| - { |
62 |
| - "source": "**/api-channel/**", |
63 |
| - "destination": "/api-channel", |
64 |
| - "type": 301 |
65 |
| - }, |
66 |
| - { |
67 |
| - "source": "**/api-utility/**", |
68 |
| - "destination": "/api-utility", |
69 |
| - "type": 301 |
70 |
| - }, |
71 |
| - { |
72 |
| - "source": "/page/api", |
73 |
| - "destination": "/api-constructor", |
74 |
| - "type": 301 |
75 |
| - }, |
76 |
| - { |
77 |
| - "source": "**/performance/**", |
78 |
| - "destination": "/performance", |
79 |
| - "type": 301 |
80 |
| - }, |
81 |
| - { |
82 |
| - "source": "/page/performance", |
83 |
| - "destination": "/performance", |
84 |
| - "type": 301 |
85 |
| - }, |
86 |
| - { |
87 |
| - "source": "**/changelog/**", |
88 |
| - "destination": "/changelog", |
89 |
| - "type": 301 |
90 |
| - }, |
91 |
| - { |
92 |
| - "source": "/page/changelog", |
93 |
| - "destination": "/changelog", |
94 |
| - "type": 301 |
95 |
| - }, |
96 |
| - { |
97 |
| - "source": "/en/**", |
98 |
| - "destination": "/", |
99 |
| - "type": 301 |
100 |
| - } |
101 |
| - ], |
102 |
| - "rewrites": [ |
103 |
| - { |
104 |
| - "source": "**", |
105 |
| - "destination": "/index.html" |
106 |
| - } |
107 | 14 | ]
|
108 | 15 | }
|
109 | 16 | }
|
0 commit comments