mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-23 14:59:24 +01:00
fix: web icon isAbsolute (#599)
This commit is contained in:
@@ -178,7 +178,7 @@ export const createWebAdapter = (): WebPlatformAdapter => {
|
||||
|
||||
async metadata(path, options = {}) {
|
||||
console.log("metadata is not supported in web environment", path, options);
|
||||
return Promise.resolve({});
|
||||
return Promise.resolve({ isAbsolute: false });
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user