feat: save ignored tlds in cookies
Lint / TypeScript (push) Successful in 4m31s
Lint / Oxlint (push) Successful in 4m31s
Lint / ESLint (push) Successful in 4m32s
Deploy / Build (push) Successful in 5m16s
Deploy / Deploy to Stapler (push) Successful in 5m24s

This commit is contained in:
2026-06-26 14:47:20 +02:00
parent e883073ea7
commit e956731642
6 changed files with 42 additions and 11 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ function newDomain() {
<span v-else-if="domain.available"
>&nbsp;{{ $t("seems") }}
<a
:href="`https://tld-list.com/${$i18n.locale}/tld/${domain.extension}`"
:href="`https://tld-list.com/${$i18n.locale}/tld/${domain.tld}`"
target="_blank"
class="underline"
>{{ $t("available") }}</a