Confused about how revalidatepath works in nextjs
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
Hello community, I'm confused about how revalidatepath works in next.js. If I call revalidatepath on a specific url it revalidates all pages. I even tried revalidating an empty string like so, "revalidatepath (" ")". This also revalidates the entire page. Is this how it's suppose to work, or is there something I'm missing