diff --git a/next.config.mjs b/next.config.mjs index ad3f128c..9d027b99 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -288,6 +288,13 @@ const nextConfig = { }, { key: 'Access-Control-Allow-Headers', value: 'Content-Type' } ] + }, + { + source: '/api/board/svg/(.+)', + headers: [{ + key: 'content-type', + value: 'image/svg+xml' + }] } ] }