Skip to content

Commit 7f5d4f4

Browse files
committed
fix astrowind config
1 parent 1e45134 commit 7f5d4f4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

astrowind/src/config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
site:
22
name: binksjs
33
site: 'https://jmhayes3.github.io/binksjs'
4-
base: '/'
4+
base: '/binksjs'
55
trailingSlash: false
66

7-
# googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
7+
googleSiteVerificationId: false
88

99
# Default SEO metadata
1010
metadata:
1111
title:
1212
default: Binks
1313
template: '%s — Binks'
14-
description: "\U0001F680 Binks documentation."
14+
description: 'Project page for Binks.'
1515
robots:
1616
index: true
1717
follow: true
@@ -22,6 +22,10 @@ metadata:
2222
width: 1200
2323
height: 628
2424
type: website
25+
twitter:
26+
handle: '@twitter_user'
27+
site: '@twitter_user'
28+
cardType: summary_large_image
2529

2630
i18n:
2731
language: en

0 commit comments

Comments
 (0)