use relative path for scope (#16714)

Use relative path for `scope` in web manifest to allow users use PWA correctly via alternate domains.
This commit is contained in:
Holger
2021-11-05 20:28:27 +01:00
committed by Eugen Rochko
parent 75441ac63d
commit 663b58aaae
+1 -1
View File
@@ -48,7 +48,7 @@ class ManifestSerializer < ActiveModel::Serializer
end
def scope
root_url
'/'
end
def share_target