point pi.video/pi.image at the media files instead of empty strings

jsDelivr, not raw.githubusercontent: raw serves the mp4 as application/octet-stream, which a <video> element will not play.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-08-12 08:54:20 +08:00
co-authored by Claudypoo
parent 00d9fe65c8
commit cebc24c377
+2 -2
View File
@@ -48,7 +48,7 @@
"extensions": [
"./src/index.ts"
],
"video": "",
"image": ""
"video": "https://cdn.jsdelivr.net/gh/wassname/pi-lgtm@main/media/demo.mp4",
"image": "https://cdn.jsdelivr.net/gh/wassname/pi-lgtm@main/media/screenshot.png"
}
}