Skip to content

Commit ad633b9

Browse files
authored
update mobile-web-app-capable (#1057)
1 parent 50e8fb8 commit ad633b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/app/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ func (h *Handler) servePage(w http.ResponseWriter, r *http.Request) {
658658
Name("viewport").
659659
Content("width=device-width, initial-scale=1, viewport-fit=cover"),
660660
Meta().
661-
Name("apple-mobile-web-app-capable").
661+
Name("mobile-web-app-capable").
662662
Content("yes"),
663663
Meta().
664664
Property("og:url").

0 commit comments

Comments
 (0)