From bf204a1609f7c45173b9d81313b30c9de4749e2a Mon Sep 17 00:00:00 2001 From: William Dawson Date: Wed, 13 May 2026 17:29:37 +0100 Subject: [PATCH] Updated metadata keywords --- .github/workflows/deploy.yml | 2 +- docusaurus.config.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caad452..129217f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,4 +28,4 @@ jobs: with: github_token: ${{ secrets.PAT }} publish_dir: ./build - cname: weatherstack.wtdawson.info \ No newline at end of file + cname: www.weatherstack.org \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 726c5e0..1a37bd7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -90,6 +90,10 @@ const config: Config = { ], themeConfig: { + metadata: [ + {name: 'keywords', content: 'weatherstack, real-time weather, official weatherstack, weather, embedded, open-source, weather station, pws, personal weather station,'}, + {name: 'twitter:card', content: 'summary_large_image'}, + ], // Replace with your project's social card image: 'img/weatherstack-social-card.png', navbar: {