|
1 | 1 | export const ORDER_VCD_REDIRECTION_URL: Record<string, string> = { |
2 | | - DEFAULT: 'https://www.ovhcloud.com/en/public-vcf-aas/', |
3 | | - FR: 'https://www.ovhcloud.com/fr/public-vcf-aas/', |
4 | | - DE: 'https://www.ovhcloud.com/de/public-vcf-aas/', |
5 | | - IE: 'https://www.ovhcloud.com/en-ie/public-vcf-aas/', |
6 | | - PL: 'https://www.ovhcloud.com/pl/public-vcf-aas/', |
7 | | - ES: 'https://www.ovhcloud.com/es-es/public-vcf-aas/', |
8 | | - IT: 'https://www.ovhcloud.com/it/public-vcf-aas/', |
9 | | - PT: 'https://www.ovhcloud.com/pt/public-vcf-aas/', |
10 | | - NL: 'https://www.ovhcloud.com/nl/public-vcf-aas/', |
11 | | - GB: 'https://www.ovhcloud.com/en-gb/public-vcf-aas/', |
12 | | - CA: 'https://www.ovhcloud.com/en-ca/public-vcf-aas/', |
13 | | - QC: 'https://www.ovhcloud.com/fr-ca/public-vcf-aas/', |
14 | | - WS: 'https://www.ovhcloud.com/es/public-vcf-aas/', |
15 | | - MA: 'https://www.ovhcloud.com/fr-ma/public-vcf-aas/', |
16 | | - SN: 'https://www.ovhcloud.com/fr-sn/public-vcf-aas/', |
17 | | - TN: 'https://www.ovhcloud.com/fr-tn/public-vcf-aas/', |
18 | | - AU: 'https://www.ovhcloud.com/en-au/public-vcf-aas/', |
19 | | - SG: 'https://www.ovhcloud.com/en-sg/public-vcf-aas/', |
20 | | - ASIA: 'https://www.ovhcloud.com/asia/public-vcf-aas/', |
21 | | - IN: 'https://www.ovhcloud.com/en-in/public-vcf-aas/', |
22 | | - WE: 'https://www.ovhcloud.com/en/public-vcf-aas/', |
23 | | - US: 'https://us.ovhcloud.com/public-vcf-aas/', |
| 2 | + FR: 'https://www.ovhcloud.com/fr/public-vcf-aas/configurator/', |
| 3 | + EN: 'https://www.ovhcloud.com/en/public-vcf-aas/configurator/', |
| 4 | + DE: 'https://www.ovhcloud.com/de/public-vcf-aas/configurator/', |
| 5 | + ES: 'https://www.ovhcloud.com/es-es/public-vcf-aas/configurator/', |
| 6 | + IE: 'https://www.ovhcloud.com/en-ie/public-vcf-aas/configurator/', |
| 7 | + IT: 'https://www.ovhcloud.com/it/public-vcf-aas/configurator/', |
| 8 | + NL: 'https://www.ovhcloud.com/nl/public-vcf-aas/configurator/', |
| 9 | + PL: 'https://www.ovhcloud.com/pl/public-vcf-aas/configurator/', |
| 10 | + PT: 'https://www.ovhcloud.com/pt/public-vcf-aas/configurator/', |
| 11 | + GB: 'https://www.ovhcloud.com/en-gb/public-vcf-aas/configurator/', |
| 12 | + CA: 'https://www.ovhcloud.com/en-ca/public-vcf-aas/configurator/', |
| 13 | + QC: 'https://www.ovhcloud.com/fr-ca/public-vcf-aas/configurator/', |
| 14 | + MA: 'https://www.ovhcloud.com/fr-ma/public-vcf-aas/configurator/', |
| 15 | + SN: 'https://www.ovhcloud.com/fr-sn/public-vcf-aas/configurator/', |
| 16 | + TN: 'https://www.ovhcloud.com/fr-tn/public-vcf-aas/configurator/', |
| 17 | + AU: 'https://www.ovhcloud.com/en-au/public-vcf-aas/configurator/', |
| 18 | + IN: 'https://www.ovhcloud.com/en-in/public-vcf-aas/configurator/', |
| 19 | + SG: 'https://www.ovhcloud.com/en-sg/public-vcf-aas/configurator/', |
| 20 | + ASIA: 'https://www.ovhcloud.com/asia/public-vcf-aas/configurator/', |
| 21 | + US: 'https://us.ovhcloud.com/public-vcf-aas', |
| 22 | + DEFAULT: 'https://www.ovhcloud.com/en/public-vcf-aas/configurator/', |
24 | 23 | }; |
0 commit comments