We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7cfbb + 92cbdd4 commit 75dbc64Copy full SHA for 75dbc64
wrangler.toml
@@ -5,13 +5,8 @@ pages_build_output_dir = ".vercel/output/static"
5
6
# Base environment variables (development)
7
[vars]
8
-NEXT_PUBLIC_GRAPH_KEY = ""
9
NEXT_PUBLIC_URL = "http://localhost:3000"
10
11
# Production environment variables
12
-[env.production]
13
-vars = { NEXT_PUBLIC_URL = "https://proposals.farcastle.net/" }
14
-
15
-# Make sure secrets are properly handled
16
[env.production.vars]
17
+NEXT_PUBLIC_URL = "https://proposals.farcastle.net/"
0 commit comments