Skip to content

Commit ad73943

Browse files
authored
fix(meta): OG image on all pages (#2492)
1 parent 98cd370 commit ad73943

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Introduction to Ionic
33
sidebar_label: Overview
44
slug: /
5-
image: /img/meta/open-graph.png
65
hide_table_of_contents: true
76
demoUrl: https://docs-demo.ionic.io/
87
demoSourceUrl: https://github.com/ionic-team/docs-demo

docs/react.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Ionic React
33
sidebar_label: Overview
44
hide_title: true
55
hide_table_of_contents: true
6-
image: /img/meta/open-graph.png
76
---
87

98
import PageStyles from '@components/page/react/PageStyles';

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
organizationName: 'ionic-team',
2525
projectName: 'ionic-docs',
2626
themeConfig: {
27+
metadata: [{ name: 'og:image', content: 'https://ionicframework.com/docs/img/meta/open-graph.png' }],
2728
colorMode: {
2829
defaultMode: 'light',
2930
},

static/img/meta/open-graph.png

100755100644
47.5 KB
Loading

versioned_docs/version-v5/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
sidebar_label: Overview
33
slug: /
4-
image: /img/meta/open-graph.png
54
title: Open-Source UI Toolkit to Create Your Own Mobile or Desktop Apps
65
description: Ionic Framework is an open-source UI toolkit to create your own mobile and desktop apps using web technologies with integrations for popular frameworks.
76
hide_table_of_contents: true

versioned_docs/version-v5/react.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Ionic React
33
sidebar_label: Overview
44
hide_title: true
55
hide_table_of_contents: true
6-
image: /img/meta/open-graph.png
76
description: Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web standards
87
---
98

0 commit comments

Comments
 (0)