diff options
author | 2022-05-10 21:59:56 +0000 | |
---|---|---|
committer | 2022-05-10 21:59:56 +0000 | |
commit | be899fdd1a5408e41e63a5f7c8be7753a8fafda8 (patch) | |
tree | bd076592b0a24488dd8598901940440255063e59 /examples/docs/src/config.ts | |
parent | 0913afb255522b6175c376f3b5398a1b76e9dd4a (diff) | |
download | astro-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.ts | 2 |
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', }; |