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

This commit is contained in:
2022-08-26 08:31:33 +02:00
parent 9cca1cfacc
commit b4218684e6

View File

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