scribe/config/html_page.cr

4 lines
105 B
Crystal
Raw Normal View History

2021-05-01 17:02:08 -04:00
Lucky::HTMLPage.configure do |settings|
settings.render_component_comments = !LuckyEnv.production?
2021-05-01 17:02:08 -04:00
end