diff --git a/next.config.js b/next.config.js index 86a7d8d..b959a1a 100644 --- a/next.config.js +++ b/next.config.js @@ -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/**', }, ]