Skip to content

Commit c53cfd6

Browse files
committed
chore(store): normalize amazon-de links
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
1 parent e1b34a9 commit c53cfd6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/store/model/amazon-de.ts

+16-16
Original file line numberDiff line numberDiff line change
@@ -8,93 +8,93 @@ export const AmazonDe: Store = {
88
},
99
inStock: {
1010
container: '#desktop_buybox',
11-
text: ['add to cart']
11+
text: ['in den einkaufswagen']
1212
}
1313
},
1414
links: [
1515
{
1616
brand: 'test:brand',
17-
model: 'CARD',
17+
model: 'test:model',
1818
series: 'test:series',
19-
url: 'https://www.amazon.com/MSI-GeForce-RTX-2060-Architecture/dp/B07MQ36Z6L/language=en_GB'
19+
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
2020
},
2121
{
2222
brand: 'pny',
2323
model: 'xlr8',
2424
series: '3080',
25-
url: 'https://www.amazon.de/PNY-GeForce-Gaming-Epic-X-Grafikkarte/dp/B08HBTJMLJ?language=en_GB'
25+
url: 'https://www.amazon.de/dp/B08HBTJMLJ'
2626
},
2727
{
2828
brand: 'pny',
2929
model: 'xlr8-rgb',
3030
series: '3080',
31-
url: 'https://www.amazon.de/PNY-GeForce-Gaming-Epic-X-Grafikkarte/dp/B08HBR7QBM?language=en_GB'
31+
url: 'https://www.amazon.de/dp/B08HBR7QBM'
3232
},
3333
{
3434
brand: 'msi',
3535
model: 'gaming x trio',
3636
series: '3080',
37-
url: 'https://www.amazon.de/MSI-3080-10G-Grafikkarte-Express/dp/B08HM4V2DH?language=en_GB'
37+
url: 'https://www.amazon.de/dp/B08HM4V2DH'
3838
},
3939
{
4040
brand: 'evga',
4141
model: 'ftw3 ultra',
4242
series: '3080',
43-
url: 'https://www.amazon.de/EVGA-GeForce-10G-P5-3897-KR-Technology-Backplate/dp/B08HGYXP4C?language=en_GB'
43+
url: 'https://www.amazon.de/dp/B08HGYXP4C'
4444
},
4545
{
4646
brand: 'evga',
4747
model: 'xc3 ultra',
4848
series: '3080',
49-
url: 'https://www.amazon.de/EVGA-GeForce-10G-P5-3885-KR-Cooling-Backplate/dp/B08HJ9XFNM?language=en_GB'
49+
url: 'https://www.amazon.de/dp/B08HJ9XFNM'
5050
},
5151
{
5252
brand: 'evga',
5353
model: 'ftw3',
5454
series: '3080',
55-
url: 'https://www.amazon.de/EVGA-GeForce-10G-P5-3895-KR-Technology-Backplate/dp/B08HGBYWQ6?language=en_GB'
55+
url: 'https://www.amazon.de/dp/B08HGBYWQ6'
5656
},
5757
{
5858
brand: 'evga',
5959
model: 'xc3',
6060
series: '3080',
61-
url: 'https://www.amazon.de/EVGA-GeForce-10G-P5-3883-KR-Cooling-Backplate/dp/B08HGLN78Q?language=en_GB'
61+
url: 'https://www.amazon.de/dp/B08HGLN78Q'
6262
},
6363
{
6464
brand: 'evga',
6565
model: 'xc3 black',
6666
series: '3080',
67-
url: 'https://www.amazon.de/EVGA-GeForce-Gaming-10G-P5-3881-KR-Cooling/dp/B08HH1BMQQ?language=en_GB'
67+
url: 'https://www.amazon.de/dp/B08HH1BMQQ'
6868
},
6969
{
7070
brand: 'gigabyte',
7171
model: 'gaming oc',
7272
series: '3080',
73-
url: 'https://www.amazon.de/Gigabyte-GeForce-Gaming-GDDR6X-Grafikkarte/dp/B08HLZXHZY?language=en_GB'
73+
url: 'https://www.amazon.de/dp/B08HLZXHZY'
7474
},
7575
{
7676
brand: 'gigabyte',
7777
model: 'eagle oc',
7878
series: '3080',
79-
url: 'https://www.amazon.de/Gigabyte-GeForce-Eagle-GDDR6X-Grafikkarte/dp/B08HHZVZ3N?language=en_GB'
79+
url: 'https://www.amazon.de/dp/B08HHZVZ3N'
8080
},
8181
{
8282
brand: 'asus',
8383
model: 'tuf',
8484
series: '3080',
85-
url: 'https://www.amazon.de/ASUS-Computer-TUF-RTX3080-O10G-GAMING/dp/B08HN4DSTC?language=en_GB'
85+
url: 'https://www.amazon.de/dp/B08HN4DSTC'
8686
},
8787
{
8888
brand: 'msi',
8989
model: 'ventus 3x oc',
9090
series: '3080',
91-
url: 'https://www.amazon.de/MSI-3080-3X-10G-Grafikkarte/dp/B08HM4M621?language=en_GB'
91+
url: 'https://www.amazon.de/dp/B08HM4M621'
9292
},
9393
{
9494
brand: 'zotac',
9595
model: 'trinity',
9696
series: '3080',
97-
url: 'https://www.amazon.de/ZOTAC-Gaming-GeForce-3080-Trinity/dp/B08HR1NPPQ?language=en_GB'
97+
url: 'https://www.amazon.de/dp/B08HR1NPPQ'
9898
}
9999
],
100100
name: 'amazon-de'

0 commit comments

Comments
 (0)