mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update contributors image to dev branch
This commit is contained in:
parent
29a4330c9a
commit
0163513bf9
@ -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>
|
||||
|
||||
@ -81,6 +81,7 @@ export const GET = createSmartRouteHandler({
|
||||
})();
|
||||
pngImagePromise.catch((error) => {
|
||||
captureError("contributors-image", error);
|
||||
throw error;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user