fix: update nazwa.pl domain check link format
Some checks are pending
CI / lint (push) Waiting to run
Deploy / deploy (push) Waiting to run

This commit is contained in:
Adrian Miesikowski 2026-02-19 10:12:49 +01:00
parent 4f93293927
commit 6bc117b118

View File

@ -123,7 +123,7 @@ function registrarDomainUrl(name, domain){
const n = (name || '').toLowerCase(); const n = (name || '').toLowerCase();
if(n.includes('cyber')) return `https://cyberfolks.pl/domeny-rejestracja/?slowa=${d}`; if(n.includes('cyber')) return `https://cyberfolks.pl/domeny-rejestracja/?slowa=${d}`;
if(n.includes('home.pl')) return `https://home.pl/szukaj-domeny/#d:${d}`; if(n.includes('home.pl')) return `https://home.pl/szukaj-domeny/#d:${d}`;
if(n.includes('nazwa')) return `https://www.nazwa.pl/sprawdz-domene/?domain=${d}`; if(n.includes('nazwa')) return `https://www.nazwa.pl/domeny/wyniki-wyszukiwania-domen/?domains=${d}`;
if(n.includes('ovh')) return `https://order.eu.ovhcloud.com/pl/order/webcloud/?#/webCloud/domain/select?selection=~()&domain=${d}`; if(n.includes('ovh')) return `https://order.eu.ovhcloud.com/pl/order/webcloud/?#/webCloud/domain/select?selection=~()&domain=${d}`;
if(n.includes('aftermarket')) return `https://aftermarket.pl/szukaj/${d}`; if(n.includes('aftermarket')) return `https://aftermarket.pl/szukaj/${d}`;
if(n.includes('porkbun')) return `https://porkbun.com/checkout/search?q=${d}`; if(n.includes('porkbun')) return `https://porkbun.com/checkout/search?q=${d}`;