mirror of
https://github.com/mue/mue.git
synced 2026-07-10 14:04:32 +02:00
fix(background): Offline images
This commit is contained in:
@@ -22,7 +22,7 @@ export function offlineBackground(type) {
|
||||
];
|
||||
|
||||
const object = {
|
||||
url: `./offline-images/${randomImage}.webp`,
|
||||
url: `src/assets/offline-images/${randomImage}.webp`,
|
||||
type,
|
||||
photoInfo: {
|
||||
offline: true,
|
||||
|
||||
Reference in New Issue
Block a user