Skip to content

Commit

Permalink
Update gh-pages command
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Vlasák committed Jun 11, 2024
1 parent 1aad426 commit 3352484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
"build-ghpages": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
Expand Down

0 comments on commit 3352484

Please sign in to comment.