mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-08-20 12:40:55 +08:00
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:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user