Are Cloudflare Pages Plugins supported

Are Cloudflare Pages Plugins supported with Astro? Does anyone know?
4 Replies
Erisa
Erisa2y ago
If your Astro site is static or using native Pages Functions then yes. If you use Astro's SSR adapter for Pages then they would only work in the "directory" mode which is not the default: https://docs.astro.build/en/guides/deploy/cloudflare/#modes
Hunter Bertoson
Hunter BertosonOP2y ago
Okay. I am using the adapter and use Hybrid rendering. So I would need to use “directory” mode then. Do you know if that causes any performance issues?
Erisa
Erisa2y ago
Not to my knowledge, it should be the same
Hunter Bertoson
Hunter BertosonOP2y ago
Okay. I will try that out. Thank you!

Did you find this page helpful?