Skip to content

Commit

Permalink
Merge pull request #229 from codesandbox/draft/modest-architecture
Browse files Browse the repository at this point in the history
fix: redirects
  • Loading branch information
danilowoz authored Jan 30, 2024
2 parents 6cf4444 + fe3cc50 commit fa8f4fc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions packages/projects-docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,24 @@ module.exports = withNextra({
destination: "/learn/ai/getting-started",
permanent: false,
},
/*
Redirects for changes to UBB content
*/
{
source: "/learn/plans/plan-overview",
destination: "/learn/plans/subscriptions",
permanent: false,
},
{
source: "/learn/plans/workspace",
destination: "/learn/access/workspace",
permanent: false,
},
{
source: "/learn/plans/permissions",
destination: "/learn/access/permissions",
permanent: false,
},
];
},
});
2 changes: 1 addition & 1 deletion packages/projects-docs/pages/learn/plans/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"usage-based-billing": "Usage-based Billing",
"plans": "Plans",
"subscriptions": "Subscriptions",
"codesandbox-friends": "CodeSandbox Friends",
"pricing-faq": "FAQ"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Plans
title: Subscriptions
description: Learn about the different pricing plan options for using CodeSandbox.
---

import { Callout } from 'nextra-theme-docs'

# Plans
# Subscriptions


## Free
Expand Down

0 comments on commit fa8f4fc

Please sign in to comment.