Install the Discourse Theme CLI console app to help you build themes

Hi, welcome!

You need to include the assets in your theme component directly.

At the root, you create an assets directory.
Then, you declare them in about.json

"assets": {
  "<your_identifier>": "assets/<your_asset_filename>",
}

You can see an example here GitHub - MeghnaAJ/discourse-christmas-decorations.

3 Likes