Files
AGS_IT_Solutions_Website/next.config.js
stefan080106 199da0d3f6 🐳 Add docker
2022-06-07 22:33:24 +02:00

10 lines
166 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
outputStandalone: true,
},
};
module.exports = nextConfig;