Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com

chore: add DIFFDOWN_BASE_URL to staging fly.toml

+1
+1
fly.toml
··· 7 7 PORT = "8080" 8 8 DB_PATH = "/data/markdownhub.db" 9 9 BASE_URL = "https://markdownhub-staging.fly.dev" 10 + DIFFDOWN_BASE_URL = "https://markdownhub-staging.fly.dev" 10 11 11 12 [http_service] 12 13 internal_port = 8080