Currently, I am in the process of constructing a website by utilizing WordPress as the headless CMS and NextJs for my frontend. My dilemma lies in using the free version of ACF and wanting to dynamically query and map ACF to components in Next when generating routes on the frontend.
I am uncertain if this is achievable with the free version, or if I need to adjust how I expose my ACF endpoints in order to query dynamically. It has been challenging to find relevant resources that address this specific issue, especially since most examples utilize the 'Content' field of pages in their queries, which does not feature ACF integration.