In my website, I’m trying to add an aframe scene on the footer. It works great! Except that my “3D” folder in theme > static is not getting published on public, so my scene can’t access the files to render.
How can I make Hugo include my 3d folder in the build of my site along with other static elements like my CSS folder and Scripts folder?
I followed along, and I see what you mean. Is the problem, then, that I’m not calling the right directory for the objects in the footer.html partial under “themes”?
If so, how would I go about calling the objects in “3d”? I followed the same format I would if working with /css or /scripts
Wow! That fixed it. Thanks so much for your time. I was sure I did something wrong concerning the static folder but it looks like that wasn’t the problem at all. Can’t believe I didn’t catch that error in the console. I’m quite embarrassed. Thanks so much!