Skip to content

Commit 751cec3

Browse files
author
Zé Bateira
authored
Merge pull request #550 from ProtoSchool/fix/ipfs-404
feat: add ipfs-404.html file to add 404 handler to fleek
2 parents c261e07 + 9db97cf commit 751cec3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: public/ipfs-404.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<head>
3+
<title>ProtoSchool</title>
4+
</head>
5+
6+
<body>
7+
<script>
8+
window.location.pathname = '/404'
9+
</script>
10+
</body>
11+
12+
</html>

0 commit comments

Comments
 (0)