config.yaml 517 B

12345678910111213141516171819202122
  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
  17. - source: ../../node_modules/flag-icon-css/flags
  18. target: static/flags
  19. - source: ../../node_modules/@fontsource/mulish/files
  20. target: static/files
  21. - source: ../../node_modules/katex/dist/fonts
  22. target: static/fonts