1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Global assets files moved to web/img

This commit is contained in:
Simounet 2020-11-27 10:51:31 +01:00
parent 6a3140f2f7
commit 53a04b6af1
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
40 changed files with 27 additions and 48 deletions

View file

@ -1,4 +1 @@
import './share.scss';
function requireAll(r) { r.keys().forEach(r); }
requireAll(require.context('./img/', true, /\.(jpg|png|gif|svg|ico)$/));