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

Twitter social share still not working #80

Closed
itsjustmath opened this issue Mar 24, 2023 · 0 comments · Fixed by #81
Closed

Twitter social share still not working #80

itsjustmath opened this issue Mar 24, 2023 · 0 comments · Fixed by #81

Comments

@itsjustmath
Copy link
Owner

itsjustmath commented Mar 24, 2023

Could be related to robots.txt

Related:

How to add a robots.txt file to your Next.js application

Adding a robots.txt file to your application is very easy. Every Next.js project comes with a folder called public. This folder allows you to store static assets that will then be accessible from the root of your domain. Therefore, by storing an image like dolphin.jpeg in your public folder, when your project is built, it will be accessible from the URL http://www.yourdomain.com/dolphin.jpeg. The same technique can be used for your robots.txt file.

So, to add a robots.txt file to your application, all you have to do is drop it in your public folder in your application.

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

Successfully merging a pull request may close this issue.

1 participant