From db0cb105c77cf3da22be8e27282290a04fd98833 Mon Sep 17 00:00:00 2001 From: jollygrin Date: Sun, 24 Mar 2024 14:25:30 +0100 Subject: [PATCH] fix build --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index d3bd45f..f7366ca 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ -const pathPrefix = process.env.NODE_ENV === "production" ? "/unbrewed-p2p" : ""; +const pathPrefix = process.env.NODE_ENV === "production" ? "" : ""; console.log("Environment:", process.env.NODE_ENV); const nextConfig = {