Newer
Older
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
webpack: (config, options) => {
config.experiments = {
topLevelAwait: true,
};
return config;
},
};
Important: The GitLab Kubernetes cluster CA needs to be rotated. This will cause some outages on Thursday 27th March 2025 between 08:00 and 12:00 CET.
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
webpack: (config, options) => {
config.experiments = {
topLevelAwait: true,
};
return config;
},
};