Merge pull request #6477 from mempool/mononaut/fix-prod-domains-config

fix prod domains frontend config syntax
This commit is contained in:
nymkappa 2026-04-21 09:49:47 +02:00 committed by GitHub
commit c14a2ca7ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,5 @@
"ACCELERATOR_BUTTON": true,
"PUBLIC_ACCELERATIONS": true,
"AUDIT": true,
"PROD_DOMAINS": [
"mempool.space"
]
"PROD_DOMAINS": "mempool.space"
}