From e35c25f39ec9d4422f5b8730a4397a5269763879 Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 12 Mar 2024 15:21:42 +1300 Subject: [PATCH] Switch to app delivery exercises. --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({