add v2 docs project

This commit is contained in:
Rene Haas
2022-10-14 13:37:17 +02:00
parent ff747c6fd5
commit 8f18d87d00
48 changed files with 10334 additions and 286 deletions
+10
View File
@@ -0,0 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
unoptimized: true,
},
};
module.exports = nextConfig;