diff --git a/docusaurus.config.js b/docusaurus.config.js index 402180af5e..09322e9c24 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -65,6 +65,8 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ + // Default preview image for links shared on social platforms. + image: 'images/podman-social-card.png', colorMode: { respectPrefersColorScheme: true, }, diff --git a/src/pages/community.tsx b/src/pages/community.tsx index d72cdf53c1..c2e820a2a6 100644 --- a/src/pages/community.tsx +++ b/src/pages/community.tsx @@ -213,7 +213,9 @@ const SubmitIssuesSection = () => { /* PAGE CONTENT */ function Community() { return ( - + { function Features() { return ( - + diff --git a/src/pages/get-started.tsx b/src/pages/get-started.tsx index d920e7a5a2..f3c035058a 100644 --- a/src/pages/get-started.tsx +++ b/src/pages/get-started.tsx @@ -136,7 +136,9 @@ const RunListContainersSection = () => { /* PAGE CONTENT */ function GetStarted() { return ( - + diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c03029185c..930115f0ab 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -86,7 +86,7 @@ const LatestNews = () => { /* PAGE CONTENT */ function IndexPage() { return ( - + diff --git a/static/images/podman-social-card.png b/static/images/podman-social-card.png new file mode 100644 index 0000000000..cb4e74ea92 Binary files /dev/null and b/static/images/podman-social-card.png differ