Initial commit

This commit is contained in:
Lucàs
2023-03-01 11:44:20 +01:00
commit b4b00d19d3
14 changed files with 9273 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig