From f0e9c8029ae2bd2f804d613f5d2fb98da11335e1 Mon Sep 17 00:00:00 2001 From: Kris Warner Date: Fri, 7 May 2021 14:34:05 -0400 Subject: [PATCH] Fix production_url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1e56d1a..40431fe 100644 --- a/_config.yml +++ b/_config.yml @@ -49,7 +49,7 @@ exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://username.github.io +production_url : http://bpkg.github.io # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Jekyll-Bootstrap specific configurations