Skip to content

Commit a40438a

Browse files
committed
add relative
1 parent 9416abc commit a40438a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/og/generateImage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { read } from '$app/server';
22
import { Resvg } from '@resvg/resvg-js';
33
import satori from 'satori';
44
import { html as toReactNode } from 'satori-html';
5-
import Manrope from '/static/fonts/Manrope-Regular.ttf';
5+
import Manrope from './static/fonts/Manrope-Regular.ttf';
66

77
const fontData = read(Manrope).arrayBuffer();
88

0 commit comments

Comments
 (0)