Upgraded to Eleventy v3

from blog ttntm.me - Blog, | ↗ original
The alpha release of Eleventy v3 became available in December '23. It took me a little while, but I finally upgraded this website to v3.0.0-alpha.10 today. This is what I had to do: Updated package.json and switched to ESM using "type": "module". The old .eleventy.js config file became eleventy.config.js and all require() statements were turned...