harden media

This commit is contained in:
2025-12-31 15:39:28 +01:00
parent 92226800df
commit 8260bf7baf
413 changed files with 8361 additions and 1544 deletions

View File

@@ -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 = [