Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 24, 2024
1 parent 73d4b0e commit db0cb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit db0cb10

Please sign in to comment.