File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " linuxjava7.dev " ,
2+ "name" : " linuxjava7.github.io " ,
33 "version" : " 9.0.0" ,
44 "description" : " A starter repository for a blog web site using the Eleventy site generator." ,
55 "type" : " module" ,
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.dev /" ,
9+ "build-ghpages" : " npx @11ty/eleventy --pathprefix=/ linuxjava7.github.io /" ,
1010 "start" : " npx @11ty/eleventy --serve --quiet" ,
11- "start-ghpages" : " npx @11ty/eleventy --pathprefix=linuxjava7.dev / --serve --quiet" ,
11+ "start-ghpages" : " npx @11ty/eleventy --pathprefix=/ linuxjava7.github.io / --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