1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/more-frontmatter-settings-app/config.rb

7 lines
168 B
Ruby
Raw Normal View History

# frozen_string_literal: true
activate :directory_indexes
# Proxy ignored.html, which should ignore itself through a frontmatter
proxy 'proxied.html', 'ignored.html'