Skip to content

Commit 5c3a82b

Browse files
Add PROJECT
1 parent d5917d5 commit 5c3a82b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineNuxtConfig({
77
GEODE_PORT: process.env.NODE_ENV === "production" ? "443" : "5000",
88
SITE_BRANCH:
99
process.env.NODE_ENV === "production" ? process.env.SITE_BRANCH : "",
10+
PROJECT: process.env.NODE_ENV === "production" ? process.env.PROJECT : "",
1011
NODE_ENV: process.env.NODE_ENV,
1112
},
1213
},

0 commit comments

Comments
 (0)