mirror of
https://github.com/veeso/termscp.git
synced 2026-07-07 15:29:45 +02:00
chore(site): remove ko-fi, add astro check dep, drop unused explorer media
This commit is contained in:
990
site/package-lock.json
generated
990
site/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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 |
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user