Avoid generating key inside checkIdentifier

Small formatting changes in .env.example / next.config.js
This commit is contained in:
2023-09-05 10:43:49 -05:00
parent 24b4b678a8
commit 19077faf58
3 changed files with 4 additions and 13 deletions

View File

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