Switch to app delivery exercises.

This commit is contained in:
2024-03-12 15:21:42 +13:00
parent 64f6520d65
commit e35c25f39e

View File

@ -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({