The source project of this merge request has been removed.
Improve build performance
- Move all images back to static
From this discussion it seems that page bundle is the way forward. However, copying all images to all language folders makes the build longer and take more memory (and more storage when built to disk). We should probably put images to the same place with content only when necessary. - Use relative aliases
So that the translation script has less work to do.
Edited by Phu Nguyen