harden media
This commit is contained in:
@@ -13,7 +13,7 @@ export class RacingSponsorFactory {
|
||||
id: seedId('demo-sponsor-1', this.persistence),
|
||||
name: 'GridPilot Sim Racing Supply',
|
||||
contactEmail: 'partnerships@gridpilot.example',
|
||||
logoUrl: 'http://localhost:3000/images/header.jpeg',
|
||||
logoUrl: 'http://localhost:3001/images/header.jpeg',
|
||||
websiteUrl: 'https://gridpilot.example/sponsors/gridpilot-sim-racing-supply',
|
||||
createdAt: faker.date.past({ years: 2, refDate: this.baseDate }),
|
||||
});
|
||||
@@ -74,13 +74,13 @@ export class RacingSponsorFactory {
|
||||
];
|
||||
|
||||
const logoPaths = [
|
||||
'http://localhost:3000/images/header.jpeg',
|
||||
'http://localhost:3000/images/ff1600.jpeg',
|
||||
'http://localhost:3000/images/avatars/male-default-avatar.jpg',
|
||||
'http://localhost:3000/images/avatars/female-default-avatar.jpeg',
|
||||
'http://localhost:3000/images/avatars/neutral-default-avatar.jpeg',
|
||||
'http://localhost:3000/images/leagues/placeholder-cover.svg',
|
||||
'http://localhost:3000/favicon.svg',
|
||||
'http://localhost:3001/images/header.jpeg',
|
||||
'http://localhost:3001/images/ff1600.jpeg',
|
||||
'http://localhost:3001/images/avatars/male-default-avatar.jpg',
|
||||
'http://localhost:3001/images/avatars/female-default-avatar.jpeg',
|
||||
'http://localhost:3001/images/avatars/neutral-default-avatar.jpeg',
|
||||
'http://localhost:3001/images/leagues/placeholder-cover.svg',
|
||||
'http://localhost:3001/favicon.svg',
|
||||
];
|
||||
|
||||
const websiteUrls = [
|
||||
|
||||
Reference in New Issue
Block a user