adds window.__FORWARDED_PREFIX__ to index.html

This commit is contained in:
Mose Müller 2024-09-26 21:09:53 +02:00
parent fdfdef5837
commit 52a798e4c8

View File

@ -8,6 +8,10 @@
<meta name="description" content="Web site displaying a pydase UI." />
</head>
<script>
window.__FORWARDED_PREFIX__ = ""; // this will be used if the service is behind a proxy which strips a prefix
</script>`
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>