Avoid empty FRONTEND_VERSION with the new config style
When doing:
static:
cdn_assets_url: xxx
then FRONTEND_VERSION
would result to None
& crash the homepage
When doing:
static:
cdn_assets_url: xxx
then FRONTEND_VERSION
would result to None
& crash the homepage