jsoncrack.com/next.config.js
2022-01-30 18:24:46 +03:00

8 lines
140 B
JavaScript

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