diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 6baf886a..06590eae 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -104,6 +104,9 @@ export default { // Use a fake value for use at build-time '/v1/': { target: process.env.API_URL || 'http://127.0.0.1:8000' + }, + '/media': { + target: process.env.API_URL || 'http://127.0.0.1:8000' } }, /*