Files
Open-Assistant/website/next.config.js
T
2022-12-18 10:28:43 -08:00

10 lines
170 B
JavaScript

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