Skip to content
Tyler Swayne edited this page Jun 28, 2020 · 1 revision

Nexi applications are setup with a static asset directory by default. This directory is where you can store and reference assets like stylesheets, javascript files, images, etc.

This directory is mounted to the route /assets, so all files in this directory can be referenced relatively from that route - for example, if you have a css file assets/css/main.css then you can access that file at the route /assets/css/main.css.

For static asset configuration head to the configuration page

Clone this wiki locally