Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Add query
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Jul 13, 2024
1 parent 4bd7192 commit ad66934
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import './bootstrap';

import.meta.glob('../images/foo.jpg');
import.meta.glob('../images/foo.jpg', {
query: {
w: 100,
},
});

0 comments on commit ad66934

Please sign in to comment.