Files
Open-Assistant/website/next.config.js
T
2022-12-18 11:30:23 -08:00

10 lines
172 B
JavaScript

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