Forum

Thread tagged as: Problem

writing new pages to the file system

Is it possible to make Perch not write to the file system when it creates new pages and to upload images to a cdn instead of the file system?

Derek Turner

Derek Turner 0 points

  • 6 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Both of those features are part of Perch Runway.

https://grabaperch.com/products/runway/

Depends upon your CDN. We are using Amazon CloudFront to distribute static assets through a custom CDN.

<img src="https://<perch:content type="text" id="cdn" label="CDN" required="true" html="false" striptags="true" help="add the CDN url without http part"/><perch:content type="image" id="image" label="Image" width="800" />" alt="<perch:content type="text" id="alt" label="Description" required="true" title="true" />" />

To improve this we are looking at adding a perch variable field to override the need for the manual insert on every asset.