false true

This commit is contained in:
Yoann Chaudet
2022-07-19 17:05:37 -07:00
parent 3d2f0e5994
commit 3d51fe705a
4 changed files with 4 additions and 4 deletions

View File

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