diff --git a/nuxt.config.js b/nuxt.config.js index aed97e26..04d39ee3 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -172,6 +172,7 @@ export default { '@bundlr-network', '@noble/curves', 'arbundle', + ({ isLegacy }) => (isLegacy ? 'axios' : undefined), ], extend(config, ctx) { /* eslint-disable no-param-reassign */