diff --git a/client/next.config.js b/client/next.config.js index 3aaadd88..15362d47 100644 --- a/client/next.config.js +++ b/client/next.config.js @@ -1,6 +1,8 @@ const dotenv = require("dotenv"); dotenv.config(); +console.log(`${process.env.API_URL}/:path*`); + /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true,