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
hostnamevariable as it is a property of a standard Express.js'reqobject. If you're using a custom server, you can also apply custom middleware to elaboratehostnameand adding some more information to thereqobject, which will be sent to Next.js later.Does this answer your questions?
Cheers!