Adding dependencies

This commit is contained in:
aronmal 2023-04-16 13:08:05 +02:00
parent db76530ef4
commit 6e2b0b2360
Signed by: aronmal
GPG key ID: 816B7707426FC612
10 changed files with 354 additions and 101 deletions

View file

@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const { i18n } = require('./next-i18next.config')
const nextConfig = {
reactStrictMode: true,
i18n,
}
module.exports = nextConfig