Andraz Vrhovec
Andraz Vrhovec
Probably related to removal of babel.config.js https://github.com/sledilnik/website/commit/8684ff1e2e2ab96971caf416d871e28b8477da82
This change make it possible to translate content pages into jsons, to be translated using Weblate. Changes: * source of static pages is now `src/locales/LANG.json`, not the `src/content/LANG/PAGE.md` !!! *...
Hey, Took me quite some time to figure out why thumbnails were not displayed when I run magento from docker. It seems that when installing php extensions via `docker-php-ext-install gd`...