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 f7b9c1d commit ace9c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */

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

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

0 comments on commit ace9c42

Please sign in to comment.