Ghost에서 iframes에 게시된 페이지 사용

잘 모르겠지만, 시도해 볼 수 있는 숨겨진 사이트 설정인 allow_embedding_site_in_an_iframe가 있습니다.

./launcher enter app
rails c
SiteSetting.allow_embedding_site_in_an_iframe=true
exit
exit