summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index b24b5c499..a9f5258f9 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -70,4 +70,16 @@ export const sidebar = [
export const site = {
title: 'Astro Documentation',
+ description: 'Build faster websites with less client-side Javascript',
+ ogLocale: 'en_US',
+ image: {
+ src: '/default-og-image.png?v=1',
+ alt:
+ 'astro logo on a starry expanse of space,' +
+ ' with a purple saturn-like planet floating in the right foreground',
+ },
+ twitter: {
+ site: 'astrodotbuild',
+ creator: 'astrodotbuild',
+ },
};