cibus-frontend/next.config.js

6 lines
110 B
JavaScript
Raw Normal View History

2022-08-20 22:29:54 +02:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
2022-08-20 23:39:36 +02:00
output: 'standalone'
2022-08-20 22:29:54 +02:00
}