video.cerulea.blue/common/routes.ts
Charlotte Som a25ec9f235 complete viewer
now that PDSls has blob uploading i don't have to make the uploader
first. yaaay
2025-06-04 23:10:23 +01:00

3 lines
154 B
TypeScript

if (!globalThis.URLPattern) await import("npm:urlpattern-polyfill@10");
export const VIDEO_PATTERN = new URLPattern({ pathname: "/:repo/video/:rkey" });