Update asset mapper config for public prefix

Added a public prefix to the asset mapper settings. Now assets will be served from the 'build' directory, improving organization and access.
This commit is contained in:
Jeroen De Meerleer 2025-01-21 14:46:42 +01:00
parent 1ca624d006
commit 9d3e6a4e92
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6

View File

@ -1,5 +1,6 @@
framework: framework:
asset_mapper: asset_mapper:
public_prefix: '/build'
# The paths to make available to the asset mapper. # The paths to make available to the asset mapper.
paths: paths:
- assets/ - assets/