chore: cleanup
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m16s

This commit is contained in:
2026-03-11 09:18:45 +01:00
parent ad4f5b3700
commit f8cb365e09
3 changed files with 0 additions and 3 deletions

View File

@@ -50,7 +50,6 @@
else params.delete("page");
goto(`?${params.toString()}`);
}
</script>
<Meta title={$_("magazine.title")} description={$_("magazine.description")} />

View File

@@ -43,7 +43,6 @@
else params.delete("page");
goto(`?${params.toString()}`);
}
</script>
<Meta title={$_("models.title")} description={$_("models.description")} />

View File

@@ -46,7 +46,6 @@
else params.delete("page");
goto(`?${params.toString()}`);
}
</script>
<Meta title={$_("videos.title")} description={$_("videos.description")} />