mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-29 13:46:41 +00:00
Use unique static path for auth assets to avoid collision with routes
This commit is contained in:
6
proxy/web/dist/index.html
vendored
6
proxy/web/dist/index.html
vendored
@@ -2,12 +2,12 @@
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="/__netbird__/assets/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>NetBird Service</title>
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<script type="module" crossorigin src="/assets/index.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/style.css">
|
||||
<script type="module" crossorigin src="/__netbird__/assets/index.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/__netbird__/assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Go template variables injected here -->
|
||||
|
||||
Reference in New Issue
Block a user