init
This commit is contained in:
commit
5aa9b32c03
27 changed files with 4142 additions and 0 deletions
6
next.config.js
Normal file
6
next.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Loading…
Add table
Add a link
Reference in a new issue