output: "standalone",

This commit is contained in:
Ghita Lucian 2023-08-10 19:45:34 +02:00
parent cecbbe1e4e
commit 48c5d3b0f9

View File

@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
module.exports = { module.exports = {
output: 'standalone',
eslint: { eslint: {
// Disabling on production builds because we're running checks on PRs via GitHub Actions. // Disabling on production builds because we're running checks on PRs via GitHub Actions.
ignoreDuringBuilds: true ignoreDuringBuilds: true