mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
more performance improvements to social preview generation
This commit is contained in:
@@ -14,3 +14,6 @@ export type Layout = {
|
||||
css: string;
|
||||
Component: React.FunctionComponent<ComponentProps>;
|
||||
};
|
||||
|
||||
export const PAGE_WIDTH = 1280;
|
||||
export const PAGE_HEIGHT = 640;
|
||||
|
||||
Reference in New Issue
Block a user