fix: only use webp
This commit is contained in:
parent
da2c5d1408
commit
9050ae87c6
@ -1,6 +1,6 @@
|
||||
const images = import.meta.glob<any>(
|
||||
'./images/*.webp',
|
||||
{ query: { enhanced: true }, eager: true }
|
||||
{ query: { enhanced: true, format: "webp" }, eager: true }
|
||||
);
|
||||
|
||||
export function load() {
|
||||
|
Loading…
Reference in New Issue
Block a user