From 0c5e08a81102f1e1df078ae2987af01b084b1ea5 Mon Sep 17 00:00:00 2001 From: RexMortem Date: Sun, 7 Jun 2026 08:41:07 +0300 Subject: [PATCH] GH deployment test --- frontend/src/pages/ResultsPage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/ResultsPage.tsx b/frontend/src/pages/ResultsPage.tsx index e1e8598..bc2dd87 100644 --- a/frontend/src/pages/ResultsPage.tsx +++ b/frontend/src/pages/ResultsPage.tsx @@ -1,8 +1,11 @@ export function ResultsPage() { + // BASE_URL is "/" in dev and "//" on GitHub Pages, so the iframe + // resolves under the project subpath instead of the domain root. + const proto = `${import.meta.env.BASE_URL}proto/index.html` return (