Add drone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-04-24 23:25:12 +02:00
parent de8c03f342
commit 52e2ffe61e
4 changed files with 77 additions and 0 deletions

View File

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