Update to Eleventy v3 #11

Merged
wonderfulfrog merged 56 commits from feat/11ty-v3 into main 2025-01-27 18:23:38 -08:00
Showing only changes of commit 6ae45909e2 - Show all commits

View file

@ -7,9 +7,9 @@
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"scripts": { "scripts": {
"debug": "DEBUG=Eleventy* eleventy --serve --watch", "debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"start": "eleventy --serve --watch --quiet", "start": "npx @11ty/eleventy --serve --quiet",
"build": "eleventy" "build": "npx @11ty/eleventy"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^3.0.0", "@11ty/eleventy": "^3.0.0",