From eafac8f961aa2130dec6dd3020822c47611f55f6 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 13 Dec 2022 10:21:20 +0900 Subject: [PATCH] Add /media to proxy --- frontend/nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) 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' } }, /*