We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949df07 commit 661dfaeCopy full SHA for 661dfae
public/index.html
@@ -4,12 +4,17 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>Redirecting...</title>
7
- <meta http-equiv="refresh" content="0; url=https://github.com/samestrin" />
+ <meta
8
+ http-equiv="refresh"
9
+ content="0; url=https://github.com/samestrin/image-api-netlify-edge-function"
10
+ />
11
</head>
12
<body>
13
<p>
14
If you are not redirected automatically, follow this link:
- <a href="https://github.com/samestrin">github.com/samestrin</a>.
15
+ <a href="https://github.com/samestrin/image-api-netlify-edge-function"
16
+ >github.com/samestrin/image-api-netlify-edge-function</a
17
+ >.
18
</p>
19
</body>
20
</html>
0 commit comments