Skip to content

Commit

Permalink
Merge branch 'current' into remove-future
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Nov 13, 2023
2 parents 7ff60bd + af6e2d1 commit 1168fa3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@
"destination": "/guides/debug-errors",
"permanent": true
},
{
"source": "/guides/best-practices/how-we-mesh/mesh-1-intro",
"destination": "/best-practices/how-we-mesh/mesh-1-intro",
"permanent": true
},
{
"source": "/guides/best-practices/how-we-mesh/mesh-2-structures",
"destination": "/best-practices/how-we-mesh/mesh-2-structures",
"permanent": true
},
{
"source": "/guides/best-practices/how-we-mesh/mesh-3-implementation",
"destination": "/best-practices/how-we-mesh/mesh-3-implementation",
"permanent": true
},
{
"source": "/guides/best-practices/how-we-build-our-metrics/semantic-layer-1-intro",
"destination": "/best-practices/how-we-build-our-metrics/semantic-layer-1-intro",
Expand Down Expand Up @@ -434,7 +449,7 @@
},
{
"source": "/guides/orchestration/set-up-ci/lint-on-push",
"destination": "/guides/set-up-ci",
"destination": " /guides/set-up-ci",
"permanent": true
},
{
Expand Down

0 comments on commit 1168fa3

Please sign in to comment.