Skip to content

Commit

Permalink
Change pathprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKrylatov committed Oct 7, 2024
1 parent e782564 commit 3688514
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 @@ -6,9 +6,9 @@
"scripts": {
"build": "npx @11ty/eleventy",
"build-nocolor": "cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/blog.cyrilou.me/",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/",
"start": "npx @11ty/eleventy --serve --quiet",
"start-ghpages": "npx @11ty/eleventy --pathprefix=/blog.cyrilou.me/ --serve --quiet",
"start-ghpages": "npx @11ty/eleventy --pathprefix=/ --serve --quiet",
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
Expand Down

0 comments on commit 3688514

Please sign in to comment.