-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalizedLink either adding two slashes or viewing link as the locale prefix #9
Comments
Hey there, this used to work just fine but it looks like Gatsby has very recently changed it's implementation around slashes. gatsbyjs/gatsby#24054 I'll take a look at this tonight and try to get a fix out. |
Thanks so much!
…On Tue, Jun 9, 2020, 15:49 Dan Kirkham ***@***.***> wrote:
Hey there, this used to work just fine but it looks like Gatsby has very
recently changed it's implementation around slashes. gatsbyjs/gatsby#24054
<gatsbyjs/gatsby#24054>
I'll take a look at this tonight and try to get a fix out.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOFJIBGVUR3URWLOYTFYBD3RVYVWLANCNFSM4NZLMHQQ>
.
--
*CONFIDENTIALITY NOTICE:* This message, including any attachments, is the
property of Vayyar Imaging Ltd., its affiliates and/or subsidiaries and is
solely for the use of the individual or entity intended to receive it. It
may contain confidential, proprietary and/or privileged information of
Vayyar Imaging Ltd., its affiliates and/or subsidiaries, and any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient or if you have received this message in
error, please permanently delete it and contact the sender by reply e-mail.
|
I've just pushed a new version |
looks good, thank you so much!
…On Tue, Jun 9, 2020 at 7:11 PM Dan Kirkham ***@***.***> wrote:
I've just pushed a new version 0.13.0, if you make sure you've updated
that I'm pretty certain that'll fix your issue 🤞 let me know how it goes!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOFJIBAWXH4ZIBO6ICPDGLDRVZNLRANCNFSM4NZLMHQQ>
.
--
<https://vayyar.com/>
<https://www.facebook.com/vayyarltd> <https://www.instagram.com/vayyar_inc>
<https://twitter.com/vayyarinc>
<https://www.linkedin.com/company/vayyar> Hannah
Zuber
Front End Developer
M: +972-58-753-8448 <http://localhost:3000/587538448>
--
*CONFIDENTIALITY NOTICE:* This message, including any attachments, is the
property of Vayyar Imaging Ltd., its affiliates and/or subsidiaries and is
solely for the use of the individual or entity intended to receive it. It
may contain confidential, proprietary and/or privileged information of
Vayyar Imaging Ltd., its affiliates and/or subsidiaries, and any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient or if you have received this message in
error, please permanently delete it and contact the sender by reply e-mail.
|
You're most welcome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In gastby-config :
If I write my LocalizedLink as to="/home", on my default locale it will link correctly, but on any other locale it will have two slashes (ie "de//home"). If I write the LocalizedLink as to="home", on the other locales it will link correctly, but say if I want to link from /home to /about, I end up getting routed to "/home/about". Any ideas? I don't have any routers, just using nested folders in pages, if that makes a difference.
The text was updated successfully, but these errors were encountered: