mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
tweak: image from CDN (for real this time)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user