blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
481 stars 77 forks source link

Displaying CSS or Image #65

Closed dianapea closed 7 years ago

dianapea commented 7 years ago

how to display image like < img src="images/myimage.jpg"/ > is there any configuration on env.json?

Thanks

josephspurrier commented 7 years ago

Yes, look at Asset.Folder in env.json. This is the path to the asset folder. You can reference the static content like this: static/js/jquery.min.js