We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae35b37 commit 3215db0Copy full SHA for 3215db0
1 file changed
frontend/src/index.tsx
@@ -26,9 +26,7 @@ const render = (Component) => {
26
</Suspense>
27
);
28
}
29
-if (window.singleSpaNavigate) {
30
- __webpack_public_path__ = '';
31
-} else {
+if (!window.singleSpaNavigate) {
32
render(App);
33
34
0 commit comments