We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f05142 commit effcb7cCopy full SHA for effcb7c
src/routes/og/+server.ts
@@ -14,7 +14,7 @@ const sansFont = read(Pretendard).arrayBuffer();
14
const sansFontSemibold = read(PretendardSemibold).arrayBuffer();
15
const displayFont = read(DMSerifDisplay).arrayBuffer();
16
17
-// Sources: https://github.com/huggingface/chat-ui/blob/main/src/routes/assistant/%5BassistantId%5D/thumbnail.png/%2Bserver.ts#L44-L82
+// Sources: https://github.com/huggingface/chat-ui/blob/ebeff50ac0ac4367a8e1a32b46dcc5ac2e8fc43f/src/routes/assistant/%5BassistantId%5D/thumbnail.png/%2Bserver.ts#L44-L82
18
// https://geoffrich.net/posts/svelte-social-image/
19
export const GET: RequestHandler = async ({ url }) => {
20
const renderedComponent = render(Thumbnail, {
0 commit comments