Christian Malpeli
Joined
30 Experience
0 Lessons Completed
0 Questions Solved
Activity
Awesome - thanks! I'm doing a simple:
import ahoy from "ahoy.js"
per the docs.....server side is working, but worried about bots - though I suppose I could wrap in a bot check using another gem?
Did you ever get this working @Brian? I have the same issue.
When I do the above, I get a 404 when trying to load the font files in the fonts folder http://app.myapp.local:3000/fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d
. I've added the //= link_tree ../fonts
in app/assets/config/manifest.js
so I would think this should work? If I try and swap /fonts
for /assets/
in the above URL, the .woff2 file downloads.....