[void/og-image] add recipe (#1960)

* [void/og-image] add recipe

* [void/og-image] update recipe

* [void/og-image] add v1.0 recipe
This commit is contained in:
Raphael Alogou
2026-03-29 05:38:38 +04:00
committed by GitHub
parent 2129ef86d3
commit 395a2352d9
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
og_image:
driver: imagick
storage_dir: "%kernel.project_dir%/public/og-images"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Void\\OgImage\\Symfony\\OgImageBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}