From 38ce24d999069f8c41058df2c0174e3f73e31b3a Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 26 Sep 2024 11:27:13 -0700 Subject: [PATCH] Add some more meta tags (#33) --- docusaurus.config.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9a2933d..890f8f2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -94,6 +94,22 @@ const config: Config = { content: "terminal, developer, development, command, line, wave, linux, macos, windows, connection, ssh, cli, waveterm, documentation, docs, ai, graphical, widgets, remote, open, source, open-source, go, golang, react, typescript, javascript", }, + { + name: "og:type", + content: "website", + }, + { + name: "og:site_name", + content: "Wave Terminal Documentation", + }, + { + name: "application-name", + content: "Wave Terminal Documentation", + }, + { + name: "apple-mobile-web-app-title", + content: "Wave Terminal Documentation", + }, ], footer: { copyright: `Copyright © ${new Date().getFullYear()} Command Line Inc. Built with Docusaurus.`,