Genie file management

I am trying to add an app to my static html website using Genie.

How can I manage my html template/style files and their path?

For example, in my layout file in app.jl.html, there is a style.css that should be called. Where should I put this file?

In my original static html, style.css was in the route of the folder, and so in my other html file I had: <link rel="stylesheet" href="style.css">

I solved the issue. I need to put the files in public folder, and there’s no need to change the html file!

1 Like