Revert nextjs upgrade (#548)

* revert upgrade to nextjs 16

* revert nextjs upgrade to 16 back down to 13, as nodejs upgrade is also required
This commit is contained in:
shuuri-labs
2026-01-13 20:44:30 +01:00
committed by GitHub
parent 9af6662f92
commit bda7a40cd1
2 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ const withMDX = nextMDX({
/** @type {import('next').NextConfig} */
const nextConfig = {
turbopack: {},
assetPrefix: '/docs-static',
reactStrictMode: true,
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],