Fix the Next.js tests

This commit is contained in:
James M. Greene
2022-11-18 00:57:58 -06:00
parent 3d9811d6e2
commit 51323db177
4 changed files with 4 additions and 1 deletions

View File

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