Skip to content

Commit

Permalink
Merge pull request #56 from hotwired/server-navigation-routes
Browse files Browse the repository at this point in the history
Fix server navigation URLs
  • Loading branch information
joemasilotti authored Nov 22, 2024
2 parents cd450f6 + 1f5d462 commit 33b4fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _source/reference/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ Add the following to your path configuration to apply the presentation logic.
"settings": {},
"rules": [
{
"patterns": ["/turbo_recede_historical_location_url"],
"patterns": [turbo_recede_historical_location_url],
"properties": {"presentation": "pop"}
},
{
"patterns": ["/turbo_resume_historical_location_url"],
"patterns": [turbo_resume_historical_location_url],
"properties": {"presentation": "none"}
},
{
"patterns": ["/turbo_refresh_historical_location_url"],
"patterns": [turbo_refresh_historical_location_url],
"properties": {"presentation": "refresh"}
}
]
Expand Down

0 comments on commit 33b4fdf

Please sign in to comment.