add path name to image remotePatterns

This commit is contained in:
2026-04-16 13:55:53 +04:00
parent 1373e80d34
commit cf5c3294fd
+5
View File
@@ -19,6 +19,7 @@ module.exports = (withPWA({
{
protocol: 'https',
hostname: 'api.oki.re',
pathname: '/uploads/**',
},
{
protocol: 'https',
@@ -27,10 +28,14 @@ module.exports = (withPWA({
{
protocol: 'http',
hostname: '127.0.0.1',
port: '1337',
pathname: '/uploads/**',
},
{
protocol: 'http',
hostname: 'localhost',
port: '1337',
pathname: '/uploads/**',
},
]