Skip to content

Commit

Permalink
add 11ty --pathprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jul 14, 2023
1 parent 09ee73b commit 8b09da9
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 @@ -68,7 +68,7 @@
"build:webpack:dev": "NODE_ENV=development webpack --config webpack.config.js",
"build:webpack:plone": "NODE_ENV=production DEPLOYMENT=plone webpack --config webpack.config.js",
"build:webpack:dev:plone": "NODE_ENV=development DEPLOYMENT=plone webpack --config webpack.config.js",
"build:docs": "ELEVENTY_ENV=production npx @11ty/eleventy --output docs/_site/",
"build:docs": "ELEVENTY_ENV=production npx @11ty/eleventy --output docs/_site/ --pathprefix 'mockup'",
"build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json",
"build:stats:plone": "NODE_ENV=production DEPLOYMENT=plone webpack --config webpack.config.js --json > stats.json",
"build": "run-s clean build:webpack build:docs",
Expand Down

0 comments on commit 8b09da9

Please sign in to comment.