Migrating From Netlify To Cloudflare Pages

2021/04/13

I faced just one problem while migration, even though command to build and output directory was correct the site was not working.

I identified problem is with the hugo version used by Cloudflare was too old. It got fixed when i updated Hugo version by providing adding build environment variable HUGO_VERSION = 0.80.0

https://developers.cloudflare.com/pages/migrations/migrating-from-netlify