Opengraph images

This commit is contained in:
taskylizard 2023-11-06 21:22:33 +05:30
parent 7213a1f4af
commit 4bc7f038e1
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
12 changed files with 706 additions and 19 deletions

View file

@ -10,10 +10,12 @@
"api:dev": "nitropack dev",
"api:build": "nitropack build",
"api:preview": "node .output/server/index.mjs",
"og:dev": "x-satori -t ./.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev",
"format": "prettier -w --cache .",
"postinstall": "nitropack prepare"
},
"dependencies": {
"@resvg/resvg-js": "^2.6.0",
"fast-glob": "^3.3.1",
"itty-fetcher": "^0.9.4",
"nitro-cors": "^0.7.0",
@ -22,7 +24,8 @@
"unocss": "^0.57.1",
"vitepress": "1.0.0-rc.25",
"vue": "^3.3.7",
"workbox-window": "^7.0.0"
"workbox-window": "^7.0.0",
"x-satori": "^0.1.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",