From feb58d1fca59872c40d736cd6ed3b10062b14940 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 14 Jun 2025 11:35:44 -0700 Subject: [PATCH] update cloudflare config to include output directory --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index ca07018..254213f 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,3 +1,3 @@ name = "softinio" +pages_build_output_dir = "./dist" route = { pattern = "https://www.softinio.com", custom_domain = true } -