diff --git a/.gitignore b/.gitignore index 9fb5e4c62..445b73eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules/ npm-debug.log yarn-error.log +package-lock.json # Build output .next/ diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..2bd5a0a98 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 diff --git a/next.config.mjs b/next.config.mjs index a6a801188..c9fbb6313 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,6 +3,7 @@ import pkg from './package.json' with { type: 'json' }; /** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', + outputFileTracingRoot: process.cwd(), images: { remotePatterns: [ {