From 2972aef3951c3c9b759505dcfea46a04f55d273e Mon Sep 17 00:00:00 2001 From: v0 Date: Sat, 7 Mar 2026 10:48:11 +0000 Subject: [PATCH] feat: configure Vercel deployment for static site Rename main HTML to index.html and add vercel.json for correct setup. Co-authored-by: Cherie <208161618+Mitchellhk@users.noreply.github.com> --- "Kimi\346\234\200\346\226\260.html" => index.html | 0 vercel.json | 5 +++++ 2 files changed, 5 insertions(+) rename "Kimi\346\234\200\346\226\260.html" => index.html (100%) create mode 100644 vercel.json diff --git "a/Kimi\346\234\200\346\226\260.html" b/index.html similarity index 100% rename from "Kimi\346\234\200\346\226\260.html" rename to index.html diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..39e488c --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "buildCommand": null, + "outputDirectory": ".", + "framework": null +}