2024-12-28 00:39:57 +01:00
|
|
|
framework:
|
|
|
|
asset_mapper:
|
|
|
|
# The paths to make available to the asset mapper.
|
|
|
|
paths:
|
|
|
|
- assets/
|
|
|
|
missing_import_mode: strict
|
2025-01-11 18:23:21 +01:00
|
|
|
public_prefix: "%env(BASE_PREFIX)%/assets"
|
2024-12-28 00:39:57 +01:00
|
|
|
|
|
|
|
when@prod:
|
|
|
|
framework:
|
|
|
|
asset_mapper:
|
|
|
|
missing_import_mode: warn
|