Skip to content

Commit

Permalink
Merge pull request #73 from pluralsh/klink/cd-page-url
Browse files Browse the repository at this point in the history
feat: Change url/title of CD page
  • Loading branch information
dogmar authored Jan 11, 2024
2 parents 079dd7e + ab2047c commit f1af9c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ module.exports = () => {
},
{
source: '/plural-deployments-early-access',
destination: '/continuous-deployment',
destination: '/kubernetes-fleet-management',
permanent: true,
},
{
source: '/continuous-deployment',
destination: '/kubernetes-fleet-management',
permanent: true,
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function Legal(

export const getStaticProps = async () =>
propsWithGlobalSettings({
metaTitle: 'Continuous deployment early access',
metaTitle: 'Kubernetes fleet management',
metaDescription:
'An end-to-end solution for managing Kubernetes clusters and application deployment.',
footerVariant: FooterVariant.kitchenSink,
Expand Down

0 comments on commit f1af9c9

Please sign in to comment.