Skip to content

Commit ec47988

Browse files
author
LinuxJava7
committed
Update package.json
1 parent 0c6bc94 commit ec47988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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"

0 commit comments

Comments
 (0)