## Summary by Sourcery Configure Netlify to build and deploy a standalone Next.js application. Update the build process to copy a new `index.html` file into the standalone build directory. Modify the redirect rules to handle the root path and all other routes through the Next.js server function. Update the Next.js configuration to generate a standalone build and adjust environment variables and plugin settings accordingly. Build: - Generate a standalone Next.js build and copy the `public/index.html` file into the standalone build directory. - Set the `NEXT_PRIVATE_TARGET` environment variable to `server`. - Use the `@netlify/plugin-nextjs` plugin with the `useServerBuild` option set to `true`. - Update the `next.config.mjs` file to include static files in the standalone build. - Set the output to 'standalone', generateBuildId to 'build', generateEtags to false, distDir to '.next', and cleanDistDir to true in next.config.mjs Chores: - Remove the `OPENSVM_RPC_LIST_2` environment variable from the `netlify-plugin-inline-functions-env` plugin configuration. - Set the node bundler to `esbuild` and add `@next/env` to the external node modules in the Netlify functions configuration.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by 0xrinegade and has received 2 comments.