cs-2022-class-profile/next.config.js

8 lines
141 B
JavaScript
Raw Normal View History

2022-06-03 01:31:07 -04:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2022-07-07 19:52:43 -04:00
trailingSlash: true,
2022-06-03 01:31:07 -04:00
}
module.exports = nextConfig