diff --git a/src/utils/fastboot.js b/src/utils/fastboot.js index 7270122..7f9cd37 100644 --- a/src/utils/fastboot.js +++ b/src/utils/fastboot.js @@ -170,7 +170,7 @@ export function useFastboot() { } imageWorker.current?.init() - .then(() => download(config.manifests['release3'])) + .then(() => download(config.manifests['agnos-alt'])) .then(blob => blob.text()) .then(text => { manifest.current = createManifest(text)