Previews in staging environment? #1944
-
Is there anyway to get previews working in a staging environment? So far, I can only get it working in development. |
Beta Was this translation helpful? Give feedback.
Answered by
joelhawksley
Jun 10, 2025
Replies: 1 comment
-
@chelseypnw previews are enabled in development and test environments by default. To enable them in staging, set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joelhawksley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@chelseypnw previews are enabled in development and test environments by default. To enable them in staging, set
config.view_component.show_previews = true
for the environment.