Skip to content

Commit

Permalink
Merge pull request #48 from HausDAO/dev
Browse files Browse the repository at this point in the history
Hoping to feel something
  • Loading branch information
earth2travis authored Feb 20, 2025
2 parents 113a0e7 + 4a8068d commit 2882f2f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name = "farcastle-proposals-frame"
compatibility_date = "2024-07-29"
compatibility_flags = ["nodejs_compat"]
pages_build_output_dir = ".vercel/output/static"
pages_build_output_dir = ".vercel/output/static"

[vars]
NEXT_PUBLIC_URL = "http://localhost:3000"

# Production environment variables
[env.production.vars]
NEXT_PUBLIC_URL = "https://proposals.farcastle.net/"

0 comments on commit 2882f2f

Please sign in to comment.