Spaces:
Build error
Build error
File size: 226 Bytes
6ec1e36 |
1 2 3 4 5 6 7 8 9 10 |
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
env: {
NEXT_PUBLIC_GOOGLE_CLIENT_ID: process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID,
},
}
module.exports = nextConfig |