This commit is contained in:
2026-02-03 14:34:43 +01:00
parent 27aebcab38
commit 2aeebb8d39
16 changed files with 134 additions and 88 deletions

View File

@@ -18,7 +18,7 @@ interface SitemapIndexEntry {
@Injectable()
export class SitemapService {
private readonly baseUrl = 'https://biz-match.com';
private readonly baseUrl = 'https://www.bizmatch.net';
private readonly URLS_PER_SITEMAP = 10000; // Google best practice
constructor(@Inject(PG_CONNECTION) private readonly db: NodePgDatabase<typeof schema>) { }