How do I generate a route on the go with something like a UUID
Answered
Siberian posted this in #help-forum
SiberianOP
something like http://localhost:3000/[uuid]
Answered by Ray
use
generateStaticParams in app router or getStaticPath in page router3 Replies
@Siberian something like http://localhost:3000/[uuid]
use
generateStaticParams in app router or getStaticPath in page routerAnswer
SiberianOP
I'll look into it
thanks