nextjs-wordpress
nextjs-wordpress copied to clipboard
💀 It's headless WordPress!
I've noticed that most if not all of the data returned from GraphQL queries and passed around the application are untyped, resulting in an implicit `any` type which makes it...
Hi, is it possible to generate the content of /robots.txt dynamically from the backend? How can I do that? Of course, placing the file statically in the public folder works.
Hi there, great work! It helped me a lot to figure out my own headless WP / NextJS project. I have one question: How do you update the NEXTJS_AUTH_REFRESH_TOKEN ?...
I have added contact form 7 plugin to add contact us page in the UI and tried hitting this CURL using POSTMAN in many different ways. Referring to this POST...