followgraph/next.config.js

7 wiersze
118 B
JavaScript
Czysty Zwykły widok Historia

2022-12-20 07:55:24 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig