diff options
author | 2021-07-21 07:44:15 -0700 | |
---|---|---|
committer | 2021-07-21 07:44:15 -0700 | |
commit | 31570f0b9ca2df68afc3f82f1fefd1f0cfcde219 (patch) | |
tree | bb6384081aaeb5caeda83bad16a6b53f13f84d01 /docs/src | |
parent | b85e68a7131b5c582c50f1614a07a5b47cd65850 (diff) | |
download | astro-31570f0b9ca2df68afc3f82f1fefd1f0cfcde219.tar.gz astro-31570f0b9ca2df68afc3f82f1fefd1f0cfcde219.tar.zst astro-31570f0b9ca2df68afc3f82f1fefd1f0cfcde219.zip |
slight homepage redesign (#789)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index a9f5258f9..98d23fc42 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -70,7 +70,7 @@ export const sidebar = [ export const site = { title: 'Astro Documentation', - description: 'Build faster websites with less client-side Javascript', + description: 'Build faster websites with less client-side Javascript.', ogLocale: 'en_US', image: { src: '/default-og-image.png?v=1', |