summaryrefslogtreecommitdiff
path: root/examples/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar Tony Sullivan <tony.f.sullivan@outlook.com> 2022-05-10 21:59:56 +0000
committerGravatar GitHub <noreply@github.com> 2022-05-10 21:59:56 +0000
commitbe899fdd1a5408e41e63a5f7c8be7753a8fafda8 (patch)
treebd076592b0a24488dd8598901940440255063e59 /examples/docs/src/config.ts
parent0913afb255522b6175c376f3b5398a1b76e9dd4a (diff)
downloadastro-be899fdd1a5408e41e63a5f7c8be7753a8fafda8.tar.gz
astro-be899fdd1a5408e41e63a5f7c8be7753a8fafda8.tar.zst
astro-be899fdd1a5408e41e63a5f7c8be7753a8fafda8.zip
Fixing mobile header for docs example (#3335)
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r--examples/docs/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts
index 537723f43..b81bf9b4f 100644
--- a/examples/docs/src/config.ts
+++ b/examples/docs/src/config.ts
@@ -1,5 +1,5 @@
export const SITE = {
- title: 'Your Documentation Website',
+ title: 'Documentation',
description: 'Your website description.',
defaultLanguage: 'en_US',
};