add path name to image remotePatterns
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = (withPWA({
|
|||||||
{
|
{
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
hostname: 'api.oki.re',
|
hostname: 'api.oki.re',
|
||||||
|
pathname: '/uploads/**',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
@@ -27,10 +28,14 @@ module.exports = (withPWA({
|
|||||||
{
|
{
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
hostname: '127.0.0.1',
|
hostname: '127.0.0.1',
|
||||||
|
port: '1337',
|
||||||
|
pathname: '/uploads/**',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
hostname: 'localhost',
|
hostname: 'localhost',
|
||||||
|
port: '1337',
|
||||||
|
pathname: '/uploads/**',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user