mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
trailingSlash: true
|
|
}
|
|
|
|
module.exports = nextConfig
|