source:
next.config.js@
189cd8f
Last change on this file since 189cd8f was 6568bde, checked in by , 2 years ago | |
---|---|
|
|
File size: 118 bytes |
Line | |
---|---|
1 | /** @type {import('next').NextConfig} */ |
2 | const nextConfig = { |
3 | reactStrictMode: true, |
4 | } |
5 | |
6 | module.exports = nextConfig |
Note:
See TracBrowser
for help on using the repository browser.