mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
refactor: use prerender
This commit is contained in:
parent
d94e6d1fc3
commit
cea1cf5048
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ import { html as toReactNode } from 'satori-html';
|
|||
import { OgImage } from '$lib/components/site';
|
||||
import GeistRegular from '$lib/assets/og/Geist-Regular.woff';
|
||||
import GeistBold from '$lib/assets/og/Geist-Bold.woff';
|
||||
|
||||
import { readFileSync } from 'fs';
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
const height = 630;
|
||||
const width = 1200;
|
||||
|
||||
|
|
Loading…
Reference in a new issue