From 6d8c1de88835563cfd44d47313689beb6e506b07 Mon Sep 17 00:00:00 2001 From: Hendrik Liebau Date: Tue, 10 Oct 2023 19:01:17 +0200 Subject: [PATCH] Load js assets relative to base URI --- public/index.html | 2 +- src/integrator.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index ca09f60..683bd49 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ - + diff --git a/src/integrator.tsx b/src/integrator.tsx index 0c1e68f..c54c892 100644 --- a/src/integrator.tsx +++ b/src/integrator.tsx @@ -13,7 +13,7 @@ const root = ReactDOM.createRoot(rootElement); root.render( - + , );