jsoncrack.com/next.config.js

8 lines
140 B
JavaScript
Raw Normal View History

2022-01-30 13:09:56 +03:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2022-01-30 18:24:46 +03:00
trailingSlash: true
2022-01-30 13:09:56 +03:00
}
module.exports = nextConfig