mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user