From 09ba4def4f60251d50eb3b7567d20801a6a93217 Mon Sep 17 00:00:00 2001 From: am3ra Date: Fri, 5 Feb 2021 01:31:34 -0600 Subject: [PATCH] fix baseurl to correct value --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d8dbcc5..f5e4501 100644 --- a/_config.yml +++ b/_config.yml @@ -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'.