module.exports = withLess({
  basePath: lowdefyConfig.basePath,
  reactStrictMode: true,
  webpack: (config, { isServer }) => {
    if (!isServer) {