File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,5 +135,5 @@ export const config = {
135135 // it will transform any absolute URLs in your HTML to include this
136136 // folder name and does **not** affect where things go in the output folder.
137137
138- // pathPrefix: "/",
138+ pathPrefix : "/" ,
139139} ;
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "build" : " npx @11ty/eleventy" ,
88 "build-nocolor" : " cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy" ,
9- "build-ghpages" : " npx @11ty/eleventy --pathprefix=/linuxjava7.github.io/ " ,
9+ "build-ghpages" : " npx @11ty/eleventy" ,
1010 "start" : " npx @11ty/eleventy --serve --quiet" ,
11- "start-ghpages" : " npx @11ty/eleventy --pathprefix=/linuxjava7.github.io/ -- serve --quiet" ,
11+ "start-ghpages" : " npx @11ty/eleventy --serve --quiet" ,
1212 "debug" : " cross-env DEBUG=Eleventy* npx @11ty/eleventy" ,
1313 "debugstart" : " cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet" ,
1414 "benchmark" : " cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
You can’t perform that action at this time.
0 commit comments