Skip to content
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

Links do not work after building #15

Open
zawette opened this issue Sep 30, 2021 · 2 comments
Open

Links do not work after building #15

zawette opened this issue Sep 30, 2021 · 2 comments

Comments

@zawette
Copy link

zawette commented Sep 30, 2021

they do work during dev, but they stop working after building , href are not generated on anchor tags.
i got it to work by adding passHref attribute on Link tags, i made a pull request if that's ok

zawette added a commit to zawette/portfolio_website that referenced this issue Sep 30, 2021
Links do not work after building
issue :adrianhajdin#15
@zawette zawette mentioned this issue Sep 30, 2021
@brlojam4932
Copy link

I tried the fix, adding <Link passHref href="/"> but it still does not solve the problem. Links are not responsive...?

@brlojam4932
Copy link

Actually, I was wrong - the links do work. I had made a silly mistake, a typo; I hre instead of href below...
<ExternalLinks href={visit}>Code</ExternalLinks> <ExternalLinks href={source}>Source</

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants