Add speculation rules for pre-fetching and rendering

This commit is contained in:
2024-06-16 10:14:57 +10:00
parent be329447ab
commit 98e289744a
4 changed files with 37 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ require "hanami/view"
module Main
class View < Hanami::View
config.default_context = Adamantium::Context.new
config.layouts_dir = "layouts"
config.layout = "app"
config.paths = "slices/main/templates"