Skip to content

Commit 8b7cd95

Browse files
author
Ritika Mishra
committed
updated link of path
1 parent 3ae9e5b commit 8b7cd95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"start_url": ".",
55
"display": "standalone",
66
"icons": [
7-
{ "src": "/Chords-Web/chords-logo-192x192.png", "sizes": "192x192", "type": "image/png" },
8-
{ "src": "/Chords-Web/chords-logo-512x512.png", "sizes": "512x512", "type": "image/png" }
7+
{ "src": "chords-logo-192x192.png", "sizes": "192x192", "type": "image/png" },
8+
{ "src": "chords-logo-512x512.png", "sizes": "512x512", "type": "image/png" }
99
],
1010
"screenshots": [
11-
{ "src": "/Chords-Web/screenshot-chords.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }
11+
{ "src": "screenshot-chords.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }
1212
]
1313
}

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Toaster } from "../components/ui/sonner";
1212
import "./globals.css";
1313
const isGithubActor = process.env.NEXT_PUBLIC_GITHUB_ACTOR === "upsidedownlabs" || process.env.NEXT_PUBLIC_GITHUB_ACTOR === undefined;
1414
const basePath = isGithubActor ? "" : "/Chords-Web";
15-
const manifestHref = basePath ? `${basePath}/manifest.json` : "manifest.json";
15+
const manifestHref = basePath ? `${basePath}/manifest.json` : "./manifest.json";
1616

1717

1818
const inter = Inter({ subsets: ["latin"] });

0 commit comments

Comments
 (0)