mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-07 05:30:31 -06:00
Default wallpeper url for prod should be the CDNed one
This commit is contained in:
@@ -1707,7 +1707,7 @@ window.refresh_desktop_background = function(){
|
||||
}
|
||||
// default background
|
||||
else{
|
||||
let wallpaper = (window.gui_env === 'prod') ? '/dist/images/wallpaper.webp' : '/src/images/wallpaper.webp';
|
||||
let wallpaper = (window.gui_env === 'prod') ? 'https://puter-assets.b-cdn.net/wallpaper.webp' : '/src/images/wallpaper.webp';
|
||||
window.set_desktop_background({
|
||||
url: wallpaper,
|
||||
fit: 'cover',
|
||||
|
||||
Reference in New Issue
Block a user