Skip to content

Commit

Permalink
Merge pull request #2 from nsunami/nami/fix-gh-pages-prefix
Browse files Browse the repository at this point in the history
Fix the path prefix when building as a GitHub page
  • Loading branch information
nsunami authored Sep 22, 2024
2 parents 9e0c804 + b55df62 commit cc0080b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "Nami's blog",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/nami-writes/",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-base-blog.git"
"url": "git://github.com/nsunami/nami-writes.git"
},
"author": {
"name": "Nami Sunami",
Expand Down

0 comments on commit cc0080b

Please sign in to comment.