heftymouse
Explore posts from serversCDCloudflare Developers
•Created by heftymouse on 10/13/2024 in #pages-help
Array.prototype.toReversed() works at runtime but not build
I have an Astro project that uses
toReversed()
on a json import, this works fine on SSR pages but fails saying that the function is not defined during build on an SSG page.3 replies