From f88652df7fb434835831755ac28b7d2baf68d7cc Mon Sep 17 00:00:00 2001 From: garykocsis Date: Sun, 7 Jun 2026 18:06:01 -0400 Subject: [PATCH] docs: confirm live URL deployment for session 14 --- docs/session-14-frontend.md | 7 ++++--- frontend/.gitignore | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/session-14-frontend.md b/docs/session-14-frontend.md index abddb2eb..4bac2567 100644 --- a/docs/session-14-frontend.md +++ b/docs/session-14-frontend.md @@ -411,9 +411,10 @@ The Vercel project is connected to the GitHub repo's **`main`** branch (auto-dep ### Live URL confirmation -- [ ] _To confirm after merge to `main`:_ https://range-guard.vercel.app loads and shows the live - coverage report (and `?demo=true` shows the simulated narrative). Update this checkbox once the - Vercel deploy is green. +- [x] **Confirmed 2026-06-07 22:01 UTC** (after merge to `main`): https://range-guard.vercel.app + loads (HTTP 200, title "RangeGuard — Coverage Report", JS bundle served) and renders the live + coverage report; `?demo=true` resolves through the SPA rewrite (HTTP 200) and shows the + simulated narrative. --- diff --git a/frontend/.gitignore b/frontend/.gitignore index 5869bf5f..df0500d2 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -4,6 +4,9 @@ node_modules/ # build output dist/ +# vite cache +.vite/ + # local env / editor .env .env.local