cant use get static props with server side props , is there any other way to get referer url dynamically?
So in my use case I want to use both server side rendering and static generation . Here is my use case
Why Do I See Pre-Rendered HTML in Source Code When Using ‘use client’ in Next.js?
js Community,
Static route nested within dynamic route behaving as dynamic
I’m new to learning Next.js, and based on my understanding, routes are static by default unless they’re calling a dynamic method such as noStore() or cookies().