From 1e6f39c9719f771bf848f95fa5dc6e415d170ce5 Mon Sep 17 00:00:00 2001 From: Artur <50996474+ArturCharylo@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:18:25 +0100 Subject: [PATCH] docs: Added warning about Vercel branch deployment Added a note to the Vercel installation section to remind users that they must deploy the 'vercel' branch to avoid 404 errors. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index adb16991..f9ba458b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,9 @@ Vercel is the recommended option for hosting the files since it is **free** and #### Option 1: Deploy to Vercel quickly with the Deploy button (recommended) +> [!IMPORTANT] +> Make sure that you host the **vercel** branch as otherwise you'll get the 404 error from Vercel. You can set the vercel branch as default after forking the repo. + 1. Click the Deploy button below [![][hspace]](#) [![Deploy with Vercel](https://i.imgur.com/Mb3VLCi.png)][verceldeploy]