beerday/next.config.js
kjuulh b4218684e6
All checks were successful
continuous-integration/drone/push Build is passing
with standalone
2022-08-26 08:31:33 +02:00

6 lines
110 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
output: 'standalone'
}