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

This commit is contained in:
2022-08-20 23:39:36 +02:00
parent 83b62a4953
commit 295acff548
13 changed files with 297 additions and 0 deletions

View File

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