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: {