Skip to content

Commit a3b60af

Browse files
Fix base url
1 parent d370899 commit a3b60af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function (eleventyConfig) {
1010
eleventyConfig.addPassthroughCopy("LICENSE");
1111

1212
return {
13+
pathPrefix: "/",
1314
dir: {
1415
input: "src",
1516
includes: "_includes",

0 commit comments

Comments
 (0)