Is ISR and dynamic tenants supported? #4
-
Hi, So is ISR with fallback supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @nicosh!
Does this answer your questions? |
Beta Was this translation helpful? Give feedback.
Hi @nicosh!
With Next.js, you can always have access to the
hostname
variable as it is a property of a standard Express.js'req
object. If you're using a custom server, you can also apply custom middleware to elaboratehostname
and adding some more information to thereq
object, which will be sent to Next.js later.Does this answer your questions?
Cheers!