if I put a test.jpg file into the public/ directory, should I just be able to use it in my template with <img src="/test.jpg">?
I’ve done it in my project, but going directly to the URL results in a 404 No route found for GET /test.jpg error, so is there a configuration I’m missing or something?