output: Make WebAppManifestFormat NotAlternative=true

Updates #8624
This commit is contained in:
Bjørn Erik Pedersen 2021-06-18 13:19:37 +02:00
parent ab4e1dfa4e
commit 643b671931
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 6 additions and 5 deletions

View File

@ -144,11 +144,12 @@ var (
}
WebAppManifestFormat = Format{
Name: "WebAppManifest",
MediaType: media.WebAppManifestType,
BaseName: "manifest",
IsPlainText: true,
Rel: "manifest",
Name: "WebAppManifest",
MediaType: media.WebAppManifestType,
BaseName: "manifest",
IsPlainText: true,
NotAlternative: true,
Rel: "manifest",
}
RobotsTxtFormat = Format{