Update assetlinks.json.js

This commit is contained in:
2025-08-26 10:54:14 -07:00
committed by GitHub
parent 43b6ae4f36
commit 70b5bb8fa4

View File

@@ -1,5 +1,5 @@
export const onRequestGet = async () => { export const onRequestGet = async () => {
const url = "https://raw.githubusercontent.com/OWNER/REPO/BRANCH/.well-known/assetlinks.json"; const url = "https://raw.githubusercontent.com/multipleof4/sune/master/public/.well-known/assetlinks.json";
const r = await fetch(url, { cf: { cacheTtl: 0, cacheEverything: false } }); const r = await fetch(url, { cf: { cacheTtl: 0, cacheEverything: false } });
if (!r.ok) return new Response("not found", { status: 404 }); if (!r.ok) return new Response("not found", { status: 404 });
const body = await r.text(); const body = await r.text();