tweak: image from CDN (for real this time)

This commit is contained in:
KernelDeimos
2024-09-23 15:07:26 -04:00
parent 68c4274dc3
commit b1b725a2eb
+2 -1
View File
@@ -134,7 +134,8 @@ window.onload = async function()
}
const resp = await fetch(
'./image/build/rootfs.bin.br'
// './image/build/rootfs.bin.br',
'https://puter-rootfs.b-cdn.net/rootfs.bin.br',
);
const arrayBuffer = await resp.arrayBuffer();