From e95509f14545ae493dfa4271eb0dc0b356f26d36 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Mon, 6 Jan 2025 21:33:42 -0800 Subject: [PATCH] Try fixing image loading issue https://github.com/remix-run/react-router-templates/issues/18 --- vercel/output/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel/output/config.json b/vercel/output/config.json index afa42c7..389c0a3 100644 --- a/vercel/output/config.json +++ b/vercel/output/config.json @@ -6,8 +6,8 @@ "dest": "/favicon.ico" }, { - "src": "/assets/(.*)", - "dest": "/assets/$1" + "src": "/(.*)", + "dest": "/$1" }, { "src": "/(.*)",