Asset link not rendered after SSG #4478
-
|
I deploy Statamic using SSG on Netlify. I wanted to share a link to a PDF on my website. I created an asset container using the "public" disk and uploaded my pdf there.
I then created a blueprint with an asset field type which uses the newly made container. In my template I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I think you'll need to add a 'copy' to the SSG config ( |
Beta Was this translation helpful? Give feedback.
I think you'll need to add a 'copy' to the SSG config (
config/statamic/ssg.php) to copy files fromstorage/app/publictostorageto make that work.