Update the Next.js configuration for v14

This commit is contained in:
James M. Greene
2024-03-27 14:48:01 -05:00
parent b490f538fb
commit 150fac6047
7 changed files with 15 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: { unoptimized: true },
experimental: { images: { unoptimized: true } },
basePath: '/docs',
output: 'export',
reactStrictMode: true,
swcMinify: true
}