chakra-icons
chakra-icons copied to clipboard
Offload search API route
trafficstars
Current search API for the websites uses Next.js API routes, which cannot be used if deploy statically on Render static websites. Koding Ninja has Cloudflare Workers account ready. Offloading it there or even better, not using any external APIs would be great.
What it's Offloading ? Are you have any reference for me ? @grikomsn
In simple terms:
- if possible, move search API route to Cloudflare Workers, or
- rework search API without using Next.js API routes
@grikomsn do you have any reference for Cloudflare Workers ?