Skip to content

Commit

Permalink
add relative
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 24, 2024
1 parent 9416abc commit a40438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/og/generateImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { read } from '$app/server';
import { Resvg } from '@resvg/resvg-js';
import satori from 'satori';
import { html as toReactNode } from 'satori-html';
import Manrope from '/static/fonts/Manrope-Regular.ttf';
import Manrope from './static/fonts/Manrope-Regular.ttf';

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

Expand Down

0 comments on commit a40438a

Please sign in to comment.