config.yaml 316 B

12345678910111213141516
  1. module:
  2. mounts:
  3. - source: content
  4. target: content
  5. - source: static
  6. target: static
  7. - source: layouts
  8. target: layouts
  9. - source: data
  10. target: data
  11. - source: assets
  12. target: assets
  13. - source: i18n
  14. target: i18n
  15. - source: archetypes
  16. target: archetypes