Make local DEV work out of the box

This commit is contained in:
MartinBraquet
2025-09-20 23:51:28 +02:00
parent d7c95e2ae0
commit 84a437772d
22 changed files with 138 additions and 121 deletions

View File

@@ -48,6 +48,7 @@ module.exports = {
{ hostname: 'picsum.photos' },
{ hostname: '*.giphy.com' },
{ hostname: 'ui-avatars.com' },
{ hostname: 'localhost' },
],
},
webpack: (config) => {