diff options
author | Rophy Tsai <rophy@users.noreply.github.com> | 2023-02-24 01:59:01 +0800 |
---|---|---|
committer | Rophy Tsai <rophy@users.noreply.github.com> | 2023-02-24 01:59:01 +0800 |
commit | 2a82b393675bed26630a40c04e9d66e195b14ceb (patch) | |
tree | 478f6bbad217b03eb698d81a6a3220602d76d7df /exampleSite | |
parent | db474e411e96945ce905504fb0a3c97477fcd305 (diff) |
fix: make example site uses exampleSite/ in this repo, which disables enableGitInfo, closes #260
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index f968d0b..a3401c0 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -109,7 +109,7 @@ baseURL: https://example.com # # We recommend to keep this at `true`. # BOOLEAN; `true`, `false` -enableGitInfo: true +enableGitInfo: false ############################################################ |