Skip to content

Commit effcb7c

Browse files
fix hf link
1 parent 7f05142 commit effcb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/og/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const sansFont = read(Pretendard).arrayBuffer();
1414
const sansFontSemibold = read(PretendardSemibold).arrayBuffer();
1515
const displayFont = read(DMSerifDisplay).arrayBuffer();
1616

17-
// Sources: https://github.com/huggingface/chat-ui/blob/main/src/routes/assistant/%5BassistantId%5D/thumbnail.png/%2Bserver.ts#L44-L82
17+
// Sources: https://github.com/huggingface/chat-ui/blob/ebeff50ac0ac4367a8e1a32b46dcc5ac2e8fc43f/src/routes/assistant/%5BassistantId%5D/thumbnail.png/%2Bserver.ts#L44-L82
1818
// https://geoffrich.net/posts/svelte-social-image/
1919
export const GET: RequestHandler = async ({ url }) => {
2020
const renderedComponent = render(Thumbnail, {

0 commit comments

Comments
 (0)