Skip to content

Commit

Permalink
Add some more meta tags (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Sep 26, 2024
1 parent b4ba0dc commit 38ce24d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand Down

0 comments on commit 38ce24d

Please sign in to comment.