Files
bus-reminder/next.config.js
Xevion 19077faf58 Avoid generating key inside checkIdentifier
Small formatting changes in .env.example / next.config.js
2023-09-05 10:43:49 -05:00

7 lines
118 B
JavaScript

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