Skip to content

Commit

Permalink
1.9:1 ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jan 8, 2025
1 parent 8c81001 commit 3ca37bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/pages/[...route]/og.png/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Resvg} from '@resvg/resvg-js';
const fontDataTight = fs.readFileSync(path.join(process.cwd(), 'src/components', 'InterTight-SemiBold.ttf'));
const fontData = fs.readFileSync(path.join(process.cwd(), 'src/components', 'Inter_24pt-Regular.ttf'));
const fontDataMono = fs.readFileSync(path.join(process.cwd(), 'src/components', 'GT-America-Mono-Regular.otf'));
const height = 600;
const height = 630;
const width = 1200;


Expand Down

0 comments on commit 3ca37bb

Please sign in to comment.