This commit is contained in:
Yoann Chaudet
2022-07-19 16:27:57 -07:00
parent 69fea3d62e
commit 53eec1a8cc
13 changed files with 13 additions and 54 deletions

View File

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