Skip to content

Commit

Permalink
Fix server navigation URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Nov 22, 2024
1 parent cd450f6 commit 1f5d462
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 1f5d462

Please sign in to comment.