diff --git a/package-lock.json b/package-lock.json index ac2677a..3e5afc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "astro-redirect-from", "version": "1.0.3", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/kremalicious" + }, + { + "type": "individual", + "url": "https://kremalicious.com/thanks" + } + ], "license": "MIT", "dependencies": { "astro": ">= 3", diff --git a/package.json b/package.json index 3a013a2..656c00e 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,15 @@ }, "bugs": { "url": "https://github.com/kremalicious/astro-redirect-from/issues" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/kremalicious" + }, + { + "type": "individual", + "url": "https://kremalicious.com/thanks" + } + ] }