followgraph / next.config.js
severo's picture
severo HF staff
copy files
b369d17
raw
history blame contribute delete
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig