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 => ( + } /> + ))} } />