Skip to content

Commit

Permalink
Update page title and social description
Browse files Browse the repository at this point in the history
  • Loading branch information
tynandebold committed Jun 6, 2023
1 parent 21e306b commit f8e9e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/shared/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const siteMetadata = {
baseUrl: 'https://kedro.org/',
title: 'Kedro | A Python framework for creating data science code',
title: 'Kedro | An open-source framework for data science code',
description:
'Kedro is an open-source Python framework for creating reproducible, maintainable and modular data-science code. It borrows concepts from software engineering and applies them to machine-learning code.',
socialImage: 'https://kedro.org/images/kedro-social-image.png',
socialDescription: 'A Python framework for creating data science code',
socialDescription: 'An open-source framework for data science code',
};

0 comments on commit f8e9e6b

Please sign in to comment.