···2424 // the registry is empty; override it so the load step gets a manifest
2525 // whose id matches what we installed.
2626 await page.route(
2727- "**/cdn.jsdelivr.net/gh/alice/unregistered-themes@1.0.0/manifest.json",
2727+ "**/raw.githubusercontent.com/alice/unregistered-themes/refs/tags/1.0.0/manifest.json",
2828 (route) =>
2929 route.fulfill({
3030 status: 200,