michaelshimeles / nextjs-starter-kit

The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.
https://starter.rasmic.xyz/
MIT License
1.18k stars 285 forks source link

Add a country env variable? #11

Open jdegand opened 1 month ago

jdegand commented 1 month ago

Potentially, people can forget to update const country = isLocal ? "CA" : req.geo?.country ?? "unknown"; in app/api/template/route.ts. Or it doesn't matter?