Use default_root for pages, normals defaults doesn't work for collections

This commit is contained in:
Adam Schmideg
2019-03-22 15:55:03 +01:00
parent 585369608d
commit e4490becd2
5 changed files with 14 additions and 19 deletions

View File

@ -28,3 +28,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
group :development, :test do
gem "pry"
end