How to add js/css assets?

how to add my CSS and JS files?

For now, you can add your frontend assets in the global config. Set the config item: CustomHeadHtml or CustomFootHtml. @ismael.m.desousa

1 Like

@ cg33 thank you very much,
I’m using the settings in json, I don’t know if I did it right but right in the config.json file:
{
…
“custom_foot_html”: "<script type = " text / javascript \ "src = " / asserts / js / app.js \ "> "
…
}
and it didn’t work, so I tried it right on the front-end: http: // localhost: 9033 / admin / info / site / edit and it only worked on version v1.2.10