Skip to content

Commit 75dbc64

Browse files
authored
Merge pull request #44 from HausDAO/dev
Just another trigger
2 parents 7d7cfbb + 92cbdd4 commit 75dbc64

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

wrangler.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@ pages_build_output_dir = ".vercel/output/static"
55

66
# Base environment variables (development)
77
[vars]
8-
NEXT_PUBLIC_GRAPH_KEY = ""
98
NEXT_PUBLIC_URL = "http://localhost:3000"
109

1110
# Production environment variables
12-
[env.production]
13-
vars = { NEXT_PUBLIC_URL = "https://proposals.farcastle.net/" }
14-
15-
# Make sure secrets are properly handled
1611
[env.production.vars]
17-
NEXT_PUBLIC_GRAPH_KEY = ""
12+
NEXT_PUBLIC_URL = "https://proposals.farcastle.net/"

0 commit comments

Comments
 (0)