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: { images: {
unoptimized: true unoptimized: true
}, },
basePath: '/workshops', basePath: '/app-delivery',
assetPrefix: '/workshops/', assetPrefix: '/app-delivery/',
experimental: { esmExternals: true }, experimental: { esmExternals: true },
webpack: (config, { dev, isServer }) => { webpack: (config, { dev, isServer }) => {
config.module.rules.push({ config.module.rules.push({