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

This commit is contained in:
Christian Visintin
2026-06-07 22:26:02 +02:00
parent e381484022
commit 48b387de14
5 changed files with 993 additions and 3 deletions

990
site/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,10 +12,11 @@
"check": "astro check"
},
"dependencies": {
"astro": "^5.0.0",
"@astrojs/sitemap": "^3.2.0"
"@astrojs/sitemap": "^3.2.0",
"astro": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.0"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

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>