Upgrade Eleventy from v2 to v3.0.0

Ed H AHSAA Blog
Ed's Blog Index & Contents

Dec 16, 2024 8:35

Was easy to upgrade

I did the following command in my project directory

npm install @11ty/eleventy@3

** Also installed the v2 to v3 helper

npm install @11ty/eleventy-upgrade-help@3 --save-dev

Then configured eleventy.config.js to use the helper. Also, the upgrade caused just a few errors needing to be fixed.