Is there a way to add JavaScript to a dash app's <head></head>?

Not sure if this is answered or not. I found that the .js file added to /assets folder is only appended to the footer, while .css files are added to the header. Is it possible to add .js file also to the header of the final site? Thanks.

yeah, you can do this by overwriting your app’s “index html”