Files
coder/offlinedocs/next.config.js
2023-07-19 13:57:57 -03:00

8 lines
141 B
JavaScript

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