Merge pull request #6178 from mempool/mononaut/set-prod-domains

set prod_domains in frontend config
This commit is contained in:
wiz 2025-12-21 20:25:18 +09:00 committed by GitHub
commit a92f4d508b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,5 +17,8 @@
"ACCELERATOR": true,
"ACCELERATOR_BUTTON": true,
"PUBLIC_ACCELERATIONS": true,
"AUDIT": true
"AUDIT": true,
"PROD_DOMAINS": [
"mempool.space"
]
}