From 6d454d342567664843cbb780741487a0024380fb Mon Sep 17 00:00:00 2001 From: Boltzmachine Date: Sun, 15 Sep 2024 17:00:02 -0400 Subject: [PATCH] add base path --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 2cbb717..6da3649 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: "/lab-website", + basePath: "/", images: { formats: ["image/avif", "image/webp"], remotePatterns: [