Files
documenso/apps/website/next.config.js
Timur Ercan 0defd41075 structure
2022-11-24 21:10:55 +01:00

10 lines
170 B
JavaScript

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