From 424489e90c19c0a450f6cd32fb306dec76df8642 Mon Sep 17 00:00:00 2001 From: kastov Date: Tue, 30 Dec 2025 19:59:04 +0300 Subject: [PATCH] =?UTF-8?q?=E2=80=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index 6064cd0..a7677ce 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -4,6 +4,7 @@ "workers_dev": false, "compatibility_date": "2025-12-30", "assets": { - "directory": "./dist" + "directory": "./dist", + "not_found_handling": "single-page-application" } } \ No newline at end of file