mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
fix: remove prerendering
This commit is contained in:
parent
cea1cf5048
commit
d063a4dc00
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ import GeistRegular from '$lib/assets/og/Geist-Regular.woff';
|
||||||
import GeistBold from '$lib/assets/og/Geist-Bold.woff';
|
import GeistBold from '$lib/assets/og/Geist-Bold.woff';
|
||||||
import { readFileSync } from 'fs';
|
import { readFileSync } from 'fs';
|
||||||
|
|
||||||
export const prerender = true;
|
|
||||||
|
|
||||||
const height = 630;
|
const height = 630;
|
||||||
const width = 1200;
|
const width = 1200;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue