structure

This commit is contained in:
Timur Ercan
2022-11-24 21:10:55 +01:00
parent 7fbfda0276
commit 0defd41075
56 changed files with 8096 additions and 1 deletions

View File

@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
scrollRestoration: true,
},
}
module.exports = nextConfig