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 5a1f45f commit 2349db3Copy full SHA for 2349db3
.changeset/great-vans-nail.md
@@ -0,0 +1,5 @@
1
+---
2
+'polaris.shopify.com': patch
3
4
+
5
+Added a redirect pointing to the Polaris license on Github
polaris.shopify.com/next.config.js
@@ -66,6 +66,11 @@ const nextConfig = {
66
destination: '/tokens/colors',
67
permanent: false,
68
},
69
+ {
70
+ source: '/legal/license',
71
+ destination: 'https://github.com/Shopify/polaris/blob/main/LICENSE.md',
72
+ permanent: true,
73
+ },
74
];
75
76
};
0 commit comments