chore(site): remove ko-fi, add astro check dep, drop unused explorer media

This commit is contained in:
Christian Visintin
2026-06-08 10:16:00 +02:00
parent e381484022
commit 48b387de14
5 changed files with 993 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@ const year = new Date().getFullYear();
<a href={GITHUB_URL} class="hover:text-text">GitHub</a>
<a href="https://crates.io/crates/termscp" class="hover:text-text">crates.io</a>
<a href={DOCS_URL} class="hover:text-text">User manual</a>
<a href="https://ko-fi.com/veeso" class="hover:text-text">Support me</a>
</div>
<p>© {year} Christian Visintin · Released under the MIT license.</p>
</div>