fix prod domains frontend config syntax

This commit is contained in:
mononaut 2026-04-21 07:37:47 +00:00
parent f5891c9c7e
commit 23e97220f0
No known key found for this signature in database
GPG key ID: BFD16BE592A9CD8D

View file

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