diff --git a/next.config.js b/next.config.js index 7a88575..ddd2224 100644 --- a/next.config.js +++ b/next.config.js @@ -11,8 +11,8 @@ module.exports = withBundleAnalyzer({ images: { unoptimized: true }, - basePath: '/workshops', - assetPrefix: '/workshops/', + basePath: '/app-delivery', + assetPrefix: '/app-delivery/', experimental: { esmExternals: true }, webpack: (config, { dev, isServer }) => { config.module.rules.push({