Skip to content

Commit

Permalink
supprime le pathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
newick committed Dec 19, 2024
1 parent 6d1768b commit de5d02a
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": "Une base de code pour déployer un site/blog statique avec Eleventy et le DSFR.",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/MiNumEco/",
"build-ghpages": "npx @11ty/eleventy",
"postbuild": "npx pagefind --site _site/ --output-subdir \"_pagefind\"",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
Expand Down

0 comments on commit de5d02a

Please sign in to comment.