feat: add net-zero badge (#32)

Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/32
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-10-23 20:49:54 +00:00
committed by Naomi the Technomancer
parent 5aa43400de
commit c92af8623c
4 changed files with 50 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},