updates comments in index.html

This commit is contained in:
Mose Müller 2024-09-26 21:27:48 +02:00
parent 7c68f02cfd
commit 3d2bb1c528
3 changed files with 18 additions and 16 deletions

View File

@ -9,7 +9,8 @@
</head> </head>
<script> <script>
window.__FORWARDED_PREFIX__ = ""; // this will be used if the service is behind a proxy which strips a prefix // this will be set by the python backend if the service is behind a proxy which strips a prefix. The frontend can use this to build the paths to the resources.
window.__FORWARDED_PREFIX__ = "";
</script>` </script>`
<body> <body>

View File

@ -6,12 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="description" content="Web site displaying a pydase UI." /> <meta name="description" content="Web site displaying a pydase UI." />
<script type="module" crossorigin src="/assets/index-C_jpbi-s.js"></script> <script type="module" crossorigin src="/assets/index-BHmSn57t.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D2aktF3W.css"> <link rel="stylesheet" crossorigin href="/assets/index-D2aktF3W.css">
</head> </head>
<script> <script>
window.__FORWARDED_PREFIX__ = ""; // this will be used if the service is behind a proxy which strips a prefix // this will be set by the python backend if the service is behind a proxy which strips a prefix. The frontend can use this to build the paths to the resources.
window.__FORWARDED_PREFIX__ = "";
</script>` </script>`
<body> <body>