/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [{ protocol: "https", hostname: "**" }], }, reactStrictMode: true, // Shared TSX package pulled from the Gitea npm registry — transpile its source. transpilePackages: ["@otm/account-panel"], }; export default nextConfig;