Skip to content

Commit bdf18f9

Browse files
committed
For the special case where the homepage link is an SPI link, disable Turbo.
1 parent 0c1e7aa commit bdf18f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/App/Views/PackageController/PackageShow+View.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ extension PackageShow {
261261
.li(
262262
.a(
263263
.href(homepageUrl),
264+
.data(named: "turbo", value: String(false)),
264265
"Package Homepage"
265266
)
266267
)

0 commit comments

Comments
 (0)