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 4097769 commit 052898dCopy full SHA for 052898d
404.html
@@ -55,7 +55,7 @@
55
META_PYTORCH_PROJECTS.map(project => [
56
project,
57
{
58
- location: `https://meta-pytorch.org/${project}`,
+ location: `https://meta-pytorch.org/${project}/`,
59
style: REDIRECT_STYLE.FULL,
60
}
61
])
@@ -71,7 +71,7 @@
71
// eg "docs/overview/"
72
const SUBPATH = PATH_PARTS.slice(2).join('/');
73
74
-
+
75
// Perform the redirect only for explicitly defined projects.
76
// Otherwise show the 404 page below
77
if (PROJECTS.hasOwnProperty(PROJECT)) {
@@ -100,7 +100,7 @@
100
101
102
</script>
103
104
<div style="text-align: center;">
105
<img src="{{ site.baseurl }}/assets/images/404_sign.png" />
106
0 commit comments