mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 11:12:06 +10:00
structure
This commit is contained in:
9
apps/website/next.config.js
Normal file
9
apps/website/next.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
scrollRestoration: true,
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user