getting envs to work

This commit is contained in:
Logan Cusano
2025-07-13 20:58:21 -04:00
parent ffb8ca1996
commit acebbcfb56

View File

@@ -1,7 +1,9 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
} env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
module.exports = nextConfig },
};
module.exports = nextConfig;