fix: remove prerendering

This commit is contained in:
Bart van der Braak 2024-01-21 22:18:32 +01:00
parent cea1cf5048
commit d063a4dc00

View file

@ -6,8 +6,6 @@ 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;