We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52282fd commit e6545cbCopy full SHA for e6545cb
source/blog/index.html
@@ -15,11 +15,5 @@
15
<body>
16
<h1>Redirecting…</h1>
17
<p>The blog has moved to <a href="https://blog.rubygems.org/">blog.rubygems.org</a>.</p>
18
- <script>
19
- // Extract the path after /blog/ and redirect to blog.rubygems.org
20
- var path = window.location.pathname.replace(/^\/blog\/?/, '');
21
- var url = 'https://blog.rubygems.org/' + path;
22
- window.location = url;
23
- </script>
24
</body>
25
</html>
0 commit comments