Skip to content

Commit e177e5b

Browse files
authored
Merge pull request #5 from WeatherStack/mrbisquit/new-contributing-docs
Updated metadata keywords
2 parents dbb7ed5 + bf204a1 commit e177e5b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.PAT }}
3030
publish_dir: ./build
31-
cname: weatherstack.wtdawson.info
31+
cname: www.weatherstack.org

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ const config: Config = {
9090
],
9191

9292
themeConfig: {
93+
metadata: [
94+
{name: 'keywords', content: 'weatherstack, real-time weather, official weatherstack, weather, embedded, open-source, weather station, pws, personal weather station,'},
95+
{name: 'twitter:card', content: 'summary_large_image'},
96+
],
9397
// Replace with your project's social card
9498
image: 'img/weatherstack-social-card.png',
9599
navbar: {

0 commit comments

Comments
 (0)