fix: fixed list of tlds
Lint / Oxlint (push) Successful in 48s
Lint / TypeScript (push) Successful in 52s
Lint / ESLint (push) Successful in 56s
Deploy / Build (push) Successful in 1m14s
Deploy / Deploy to Stapler (push) Successful in 5m25s

This commit is contained in:
2026-06-16 11:02:28 +02:00
parent 2753bc2204
commit a18b321787
5 changed files with 2605 additions and 1326 deletions
+2 -3
View File
@@ -77,10 +77,9 @@ function getTextClass() {
return "text-xl";
}
onBeforeMount(async () => {
await factory.value.init();
onBeforeMount(() => {
factory.value.init();
newDomain();
state.value = State.Ready;
});
onMounted(() => {
setTimeout(() => {