You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's interesting for a component to know on which pathname it is mounted/rendered on. The pathname is the part of the url path without the language prefix (e.g. /getting-started-page or /posts/the-first-post).
It's interesting for a component to know on which
pathnameit is mounted/rendered on. Thepathnameis the part of the url path without the language prefix (e.g./getting-started-pageor/posts/the-first-post).