aboutsummaryrefslogtreecommitdiff
path: root/examples/docs/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r--examples/docs/src/config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts
index 174765d27..537723f43 100644
--- a/examples/docs/src/config.ts
+++ b/examples/docs/src/config.ts
@@ -7,7 +7,9 @@ export const SITE = {
export const OPEN_GRAPH = {
image: {
src: 'https://github.com/withastro/astro/blob/main/assets/social/banner.jpg?raw=true',
- alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground',
+ alt:
+ 'astro logo on a starry expanse of space,' +
+ ' with a purple saturn-like planet floating in the right foreground',
},
twitter: 'astrodotbuild',
};