add path name to image remotePatterns
This commit is contained in:
@@ -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/**',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user