/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["geist"], }; module.exports = nextConfig;