icons.js 474 B

123456789101112131415161718192021222324
  1. export default {
  2. "touchiconMimeType": "image/png",
  3. "faviconMimeType": "image/png",
  4. "precomposed": false,
  5. "touchicons": [
  6. {
  7. "width": 70,
  8. "height": 70,
  9. "src": "/assets/static/src/favicon.png?width=70"
  10. }
  11. ],
  12. "favicons": [
  13. {
  14. "width": 16,
  15. "height": 16,
  16. "src": "/assets/static/src/favicon.png?width=16"
  17. },
  18. {
  19. "width": 32,
  20. "height": 32,
  21. "src": "/assets/static/src/favicon.png?width=32"
  22. }
  23. ]
  24. }