BasePath didn't affeat components' Links #240
-
By using which provided by nextjs, But components provided by For example: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@tulup-conner you know more about nextjs, remix and that stuff that I do. So... probably the best person to think about it. |
Beta Was this translation helpful? Give feedback.
-
To resolve this in your usage you should probably try to use |
Beta Was this translation helpful? Give feedback.
To resolve this in your usage you should probably try to use
next/link
where possible instead of thehref
built intoflowbite-react
, which is just a normal<a>
. There's a discussion about that here: #592