From 583c808f4e5985c95752608c0b54e404ade1a8f8 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 10 Aug 2022 22:31:11 -0500 Subject: [PATCH] fix: support index.html path --- src/Bootstrap.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Bootstrap.tsx b/src/Bootstrap.tsx index 8fbfa39..a85f811 100644 --- a/src/Bootstrap.tsx +++ b/src/Bootstrap.tsx @@ -8,7 +8,9 @@ function Bootstrap() { return (
- } /> + {['/', '/index.html'].map(path => ( + } /> + ))} } />