Update contributors image to dev branch

This commit is contained in:
Stan Wohlwend 2024-07-07 14:51:49 -07:00
parent 29a4330c9a
commit 0163513bf9
2 changed files with 2 additions and 1 deletions

View File

@ -139,5 +139,5 @@ pnpm run prisma migrate dev
Thanks to our amazing community who have helped us build Stack:
<a href="https://github.com/stack-auth/stack/graphs/contributors">
<img src="https://api.stack-auth.com/api/v1/contributors" />
<img src="https://api.dev.stack-auth.com/api/v1/contributors" />
</a>

View File

@ -81,6 +81,7 @@ export const GET = createSmartRouteHandler({
})();
pngImagePromise.catch((error) => {
captureError("contributors-image", error);
throw error;
});
}