Nova framework {"/assets/[...]", "assets"} - are they static files?

Hi all,

I am playing around with Nova (coming from Django and Phoenix).
Loving it so far!!

In the router scaffolded by the generator, I see {"/assets/[...]", "assets"}

Are those the static files?
Is it ok to put the static files in priv/assets ?

Suggestion: a file priv/assets/favicon.ico is generated by the scaffolder, if we add the link to the favicon in the generated view, it would be clear how to reference static files.

If I find time I’ll open a PR.

Best Regards,
Carlo

1 Like

Hi,

Thank you for feedback.

I have created a ticket for this and will see if I have time to update the documentation about static files.

1 Like