Apply suggestions from code review

Add spaces around `site.baseurl`, and add empty string to config

Co-authored-by: Maxime Vaillancourt <mv@maximevaillancourt.com>
This commit is contained in:
Alan M 2021-02-08 15:32:45 -06:00 committed by GitHub
parent 09ba4def4f
commit 9cf05a68e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ exclude: ['_includes/notes_graph.json']
# You may need to change the base URL depending on your deploy configuration.
# Specifically, when using GitHub Pages, the baseurl should point to where GitHub
# Pages deploys your repository (which is usually the repository name).
baseurl:
baseurl: ''
# If you are using a host that cannot resolve URLs that do
# not end with .html (such as Neocities), set this to 'true'.