Begin making the repository a monorepo for workshops.

This commit is contained in:
2023-12-18 19:45:42 +13:00
parent 666aa64a1b
commit e17f1f2367
22 changed files with 2469 additions and 12400 deletions

View File

@ -11,8 +11,8 @@ module.exports = withBundleAnalyzer({
images: {
unoptimized: true
},
basePath: '/ocp-app-delivery-workshop',
assetPrefix: '/ocp-app-delivery-workshop/',
basePath: '/workshops',
assetPrefix: '/workshops/',
experimental: { esmExternals: true },
webpack: (config, { dev, isServer }) => {
config.module.rules.push({