Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 6, 2024
1 parent ace9c42 commit 988f76a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */

const pathPrefix =
process.env.NODE_ENV === "production" ? "/sorcery-tcg-playtest" : "";
const pathPrefix = process.env.NODE_ENV === "production" ? "" : "";

console.log("Environment:", process.env.NODE_ENV);
const nextConfig = {
Expand Down

0 comments on commit 988f76a

Please sign in to comment.