To Know

  • Multisite isn't ready.

  • Minification and compression works only in production mode.

  • Image compression supports GIF, JPG, PNG, and SVG; WEBP support is not implemented yet.

  • Image compression works only for the frontend part. If you manage your medias via backend, you need to manage it at your hands.

  • If you don't load a media via the Loader Concept, only via frontend, you need to make sure is imported in your app. If you can't import it in a logic page you have construct, import it into his relevant JS file. For example, if you're using an audio file, navigate to src > front > medias > audios and import the file within audios.js.

Last updated