Problem With Page Transitions #1065
Unanswered
Neography7
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey @Neography7
Does this work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with page transitions.
My routes are like this;
site.dev/
site.dev/news/{slug}
site.dev/{username}
When clicked user link at news page inertia js routing to "news/{username}" but it normally it should route "{username}. The strange thing is when I clicked the link with the middle button on the mouse it opens with normally.
<Link :href="user.username">{{user.username}}</Link>
I set the base href tag on head tag but it didn't solve.
How I can fix this error?
Beta Was this translation helpful? Give feedback.
All reactions