AmpHtml.configure do |config| # Use your regular stylesheets bundled with `app/assets/stylesheets/application.css` in your AMP views. Takes a boolean. # config.inherit_stylesheets = false ### SplitView # Enable SplitView to allow for AMP enabled and AMP disabled versions of your views. Takes a boolean. # config.split_view = false # The default view version if no `amp` param is present in the request. Must be either `'amp'` or `'html'`. # config.split_view_default = 'amp' end