Skip to content

Commit 9a436e8

Browse files
committed
fix: fix meta links in index.html
1 parent 232e73f commit 9a436e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="The easiest way to share & access files on the Swarm network." />
@@ -12,7 +12,7 @@
1212
<meta name="twitter:title" content="Swarm Gateway" />
1313
<meta name="twitter:description" content="The easiest way to share & access files on the Swarm network." />
1414

15-
<link rel="manifest" href="manifest.json" />
15+
<link rel="manifest" href="/manifest.json" />
1616
<title>Swarm Gateway</title>
1717
</head>
1818
<body>

0 commit comments

Comments
 (0)