Change default config to use pathPrefix: "/" and then use --pathprefix="/eleventy-base-blog/ for GitHub deploy command. Requires Eleventy v0.2.11

This commit is contained in:
Zach Leatherman
2018-01-25 21:03:57 -06:00
parent c81bebd872
commit 6dcc240219
6 changed files with 17 additions and 7 deletions

View File

@ -22,7 +22,7 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": ">=0.2.10",
"@11ty/eleventy": ">=0.2.11",
"luxon": "^0.3.1",
"prismjs": "^1.10.0"
}