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 9416abc commit a40438aCopy full SHA for a40438a
src/routes/og/generateImage.ts
@@ -2,7 +2,7 @@ import { read } from '$app/server';
2
import { Resvg } from '@resvg/resvg-js';
3
import satori from 'satori';
4
import { html as toReactNode } from 'satori-html';
5
-import Manrope from '/static/fonts/Manrope-Regular.ttf';
+import Manrope from './static/fonts/Manrope-Regular.ttf';
6
7
const fontData = read(Manrope).arrayBuffer();
8
0 commit comments