Skip to content

Commit 3a515f1

Browse files
Just use relative paths
1 parent f6e00cb commit 3a515f1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
5+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="theme-color" content="#000000" />
8-
<base href="/CodeConverter" />
98
<meta name="robots" content="index,follow" />
109
<meta name="title" content="Convert VB.NET to/from C# online" />
1110
<meta name="keywords" content="convert, c#, csharp, cs, VB, VB.NET, Visual Basic,code converter, csharp to vb, vb to csharp, c#, vb.net, vb, convert,free, Roslyn, code, converter, tool, conversion, file, class, module, refactoring, open source, oss" />
1211
<meta name="description" content="Completely free and open source code converter. Convert snippets online, or download the Visual Studio Extension or command line to convert whole projects/solutions and increase conversion accuracy." />
1312
<meta name="google-site-verification" content="aosecidc9TBJtszGyqGIJAXcr52U6czfoDXhQYsCvBY" />
14-
<link rel="manifest" href="/manifest.json" />
13+
<link rel="manifest" href="manifest.json" />
1514
<title>Code Converter: VB &lt;-&gt; C#</title>
1615
</head>
1716
<body>
1817
<div id="root"></div>
19-
<script type="module" src="/src/main.tsx"></script>
18+
<script type="module" src="src/main.tsx"></script>
2019
</body>
2120
</html>

0 commit comments

Comments
 (0)