mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Remove ?source=pwa
We can use `@media (display-mode: standalone)` to detect this instead
This commit is contained in:
parent
3f41d339de
commit
d2076c35b5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class ManifestsController < ApplicationController
|
|||
render json: {
|
||||
name: APP_CONFIG["site_name"],
|
||||
description: t("about.about.subtitle"),
|
||||
start_url: root_url(source: "pwa"),
|
||||
start_url: root_url,
|
||||
scope: root_url,
|
||||
display: "standalone",
|
||||
categories: %w[social],
|
||||
|
|
Loading…
Reference in a new issue