diff --git a/wrangler.toml b/wrangler.toml index 69bdf61..ed3aa81 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,13 +5,8 @@ pages_build_output_dir = ".vercel/output/static" # Base environment variables (development) [vars] -NEXT_PUBLIC_GRAPH_KEY = "" NEXT_PUBLIC_URL = "http://localhost:3000" # Production environment variables -[env.production] -vars = { NEXT_PUBLIC_URL = "https://proposals.farcastle.net/" } - -# Make sure secrets are properly handled [env.production.vars] -NEXT_PUBLIC_GRAPH_KEY = "" +NEXT_PUBLIC_URL = "https://proposals.farcastle.net/"