Updated asset paths and next config for cname.

This commit is contained in:
2024-07-25 09:43:58 +12:00
parent 21d1ad0cfa
commit c74a394845
23 changed files with 78 additions and 78 deletions

View File

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