Update NextJS (#584)

* Update nextjs

* Add eslint config
This commit is contained in:
Eduard Gert
2026-02-02 17:33:09 +01:00
committed by GitHub
parent 858d7e7c9d
commit 766b03cc40
4 changed files with 30 additions and 16 deletions

View File

@@ -19,9 +19,6 @@ const nextConfig = {
assetPrefix: undefined,
reactStrictMode: true,
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
experimental: {
scrollRestoration: true,
},
redirects: async () => {
return [
{