with standalone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-26 08:31:33 +02:00
parent 9cca1cfacc
commit b4218684e6
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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