quokkaproject/quokka

Info about static files

Bernardoow opened this issue · 2 comments

Hi @rochacbruno

How do you deliver correct static files? Ex Theme A or Theme B.

Hi,

There is this view https://github.com/rochacbruno/quokka/blob/master/quokka/core/themes.py#L33

when requesting /theme/.... it will always get the folder which is the active theme.

When deploying lets say on nginx the better woul be to map the `/theme' directly to the theme folder.

Ok. Thanks for this information.