diff options
author | 2025-01-09 10:37:15 +0000 | |
---|---|---|
committer | 2025-01-09 10:37:15 +0000 | |
commit | ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194 (patch) | |
tree | 0510d43e74ee71db4ee7ef97e715e5b28c24842b | |
parent | 673a518b011e2df35a099f8205611d98a223a92a (diff) | |
download | astro-ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194.tar.gz astro-ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194.tar.zst astro-ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194.zip |
chore: add `funding` to the main package (#12946)
-rw-r--r-- | packages/astro/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 99a66279a..7b1dc4ec2 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -225,5 +225,9 @@ }, "publishConfig": { "provenance": true + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/astrodotbuild" } } |