breat.fr

Custom Assets

The dashboard includes built-in placeholder assets located in the /assets directory.

You can override these assets without modifying any application files by placing your own images in /static/images.

If a custom asset is found, it will be used automatically. Otherwise, the built-in placeholder asset is displayed.

Supported assets

Logo

Place a file named:

/static/images/logo-SITECODE.EXT

Examples:

/static/images/logo-blog.png
/static/images/logo-forum.jpg
/static/images/logo-website.svg

Favicon

Place a file named:

/static/images/favicon-SITECODE.EXT

Examples:

/static/images/favicon-blog.png
/static/images/favicon-forum.ico
/static/images/favicon-website.svg

Country flags

You can override individual country flags by placing files in:

/static/images/flags/

Examples:

/static/images/flags/fr.png
/static/images/flags/us.svg
/static/images/flags/jp.webp

Only the specified flags are overridden. All other flags continue using the built-in assets.

Supported file formats

The following image formats are supported:

png
jpg
jpeg
webp
svg
gif
ico

Notes

Do you find this project useful? You can support its development using the buttons in the page footer.