more performance improvements to social preview generation

This commit is contained in:
James Fenn
2023-04-04 21:33:45 -04:00
parent f95dc983d1
commit 20e69a93db
7 changed files with 70 additions and 79 deletions

View File

@@ -14,3 +14,6 @@ export type Layout = {
css: string;
Component: React.FunctionComponent<ComponentProps>;
};
export const PAGE_WIDTH = 1280;
export const PAGE_HEIGHT = 640;