Starting from AEM 6.4, /etc/design is not used like it was in previous
versions of AEM. As per repository restructuring guide [0], you need to
move /etc/design to the following:
/apps/settings/wcm/designs/ For any Designs that are
managed in SCM, and not written to at run-time via Design Dialogs.Copy
the designs from the Previous Location to the New Location
(/apps).Convert any CSS, JavaScript and static resources in the Design
to a Client Library with allowProxy = true .Update references to the...