diff --git a/index.js b/index.js index 45dd067..f81cf82 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ module.exports = (nextConfig = {}) => { ]; if (fileLoader) { - const path = 'static/svg/'; + const path = 'static/media/'; const defaultOptions = { limit: 8192, publicPath: `${assetPrefix ?? ''}/_next/${path}`,