Add og image generator

This commit is contained in:
Thomas Camlong
2025-04-18 13:57:28 +02:00
parent f9563ad359
commit 51e1d1df7b
5 changed files with 1100 additions and 11 deletions

View File

@@ -74,10 +74,15 @@
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"wrangler": "^4.12.0"
},
"packageManager": "pnpm@10.8.0",
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "core-js", "sharp"]
"onlyBuiltDependencies": [
"@biomejs/biome",
"core-js",
"sharp"
]
}
}