Layout scaffolding for Web apps.
 
 
 

7 行
118 B

  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. reactStrictMode: true,
  4. }
  5. module.exports = nextConfig