Have a ProjectCard open a simple html page in the directory #735
Unanswered
shaunkorba
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have one of my project cards link to an html file within the project directory (a basic html file with some JavaScript) this is to showcase a JavaScript project I developed.
I'm entering my links within the "projects.mdx" file within "src/gatsby-theme-cara/sections/projects.mdx" inside:
(ProjectCard link="HERE")
I'm not sure how to write this link to open an html file in the src folder of the project directory I've tried a few times to use paths like "src/visualizer/dancingPaint.html" but they all have given me 404.
Is it possible to have a gatsby site open a plain html file in the project directory?
Where do you suggest I place an html file like this and have a project card open it?
Thank you for the help
Beta Was this translation helpful? Give feedback.
All reactions