Skip to content

Commit 026129e

Browse files
committed
Add in support for alpha-stack urls
1 parent 790c90a commit 026129e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

polaris.shopify.com/next.config.js

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,6 @@ const layoutAndStructure = [
340340
destination: '/components/layout-and-structure/alpha-card',
341341
permanent: false,
342342
},
343-
{
344-
source: '/components/stack',
345-
destination: '/components/layout-and-structure/stack',
346-
permanent: false,
347-
},
348343
{
349344
source: '/components/bleed',
350345
destination: '/components/layout-and-structure/bleed',
@@ -435,6 +430,16 @@ const layoutAndStructure = [
435430
destination: '/components/layout-and-structure/page',
436431
permanent: false,
437432
},
433+
{
434+
source: '/components/layout-and-structure/alpha-stack',
435+
destination: '/components/layout-and-structure/stack',
436+
permanent: false,
437+
},
438+
{
439+
source: '/components/stack',
440+
destination: '/components/layout-and-structure/stack',
441+
permanent: false,
442+
},
438443
];
439444

440445
const lists = [

0 commit comments

Comments
 (0)