We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166c0c2 commit 2fb465dCopy full SHA for 2fb465d
_redirects
@@ -1,6 +1,12 @@
1
---
2
layout: null
3
4
+
5
+# Redirect from default Netlify subdomain
6
+https://yarnpkg.netlify.com/* https://classic.yarnpkg.com/:splat 301!
7
+# Redirect from "legacy" subdomain, as we renamed it to "classic".
8
+https://legacy.yarnpkg.com/* https://classic.yarnpkg.com/:splat 301!
9
10
/:lang/packages/ /lang/:lang/packages 200
11
/:lang/package/* /lang/:lang/package 200
12
0 commit comments