Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 00c2db0

Browse files
committed
(docs): Adding a proper meta images to Amplication's docucmentation website.
1 parent f4c1850 commit 00c2db0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docusaurus.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ module.exports = {
99
projectName: "amplication", // Usually your repo name.
1010
trailingSlash: true,
1111
themeConfig: {
12+
metadata: [
13+
{ name: "twitter:card", content: "summary_large_image" },
14+
{ name: "twitter:domain", content: "docs.amplication.com" },
15+
{ name: "twitter:image", content: "img/amplication-docs-social-card.png" },
16+
17+
{ name: "og:image", content: "img/amplication-docs-social-card.png" },
18+
{ name: "og:type", content: "website" }
19+
],
1220
algolia: {
1321
// The application ID provided by Algolia
1422
appId: "2U9P8WAXIR",
97 KB
Loading

0 commit comments

Comments
 (0)