We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04191f8 commit 6e021deCopy full SHA for 6e021de
frontend/next.config.ts
@@ -5,6 +5,10 @@ import createNextIntlPlugin from 'next-intl/plugin';
5
const withNextIntl = createNextIntlPlugin('./i18n/request.ts');
6
7
const nextConfig: NextConfig = {
8
+ env: {
9
+ APP_ENV: process.env.APP_ENV,
10
+ DATABASE_URL: process.env.DATABASE_URL,
11
+ },
12
images: {
13
remotePatterns: [
14
{
netlify.toml
@@ -3,9 +3,6 @@
3
command = "npm ci --include=optional && npm run build"
4
publish = ".next"
-[functions]
- node_bundler = "esbuild"
-
[build.environment]
NODE_VERSION = "20.19.0"
0 commit comments