fix for infinite redirection

This commit is contained in:
2023-05-05 21:41:46 +02:00
parent 224880dfc0
commit 52c45e53b8
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -9,8 +9,14 @@
<meta content="https://toneapi.github.io/ToneAPI_webclient/servers" property="og:url" /> <meta content="https://toneapi.github.io/ToneAPI_webclient/servers" property="og:url" />
<meta content="https://toneapi.github.io/ToneAPI_webclient/server_og_image.png" property="og:image" /> <meta content="https://toneapi.github.io/ToneAPI_webclient/server_og_image.png" property="og:image" />
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta http-equiv="Refresh" content="0; url='https://toneapi.github.io/ToneAPI_webclient/servers'" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
</head> </head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html> </html>