13 lines
272 B
YAML
13 lines
272 B
YAML
|
DigiComp:
|
||
|
FlowWebManifestUtils:
|
||
|
reactOnPath: '/app.webmanifest'
|
||
|
browserCacheMaxAge: 3600
|
||
|
|
||
|
Neos:
|
||
|
Flow:
|
||
|
http:
|
||
|
middlewares:
|
||
|
webManifest:
|
||
|
position: "start 100"
|
||
|
middleware: "DigiComp.FlowWebManifestUtils:WebManifestMiddleware"
|