mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Merge pull request #748 from Simounet/feature/web-app-manifest
manifest.json added for webapp declaration
This commit is contained in:
commit
10ac905887
2 changed files with 1 additions and 0 deletions
BIN
public/manifest.json
Normal file
BIN
public/manifest.json
Normal file
Binary file not shown.
|
@ -10,6 +10,7 @@
|
|||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
||||
<title>{{ $title ?? config('app.name', 'Laravel') }}</title>
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
||||
<meta property="og:site_name" content="{{ config('app.name', 'pixelfed') }}">
|
||||
<meta property="og:title" content="{{ $title ?? config('app.name', 'pixelfed') }}">
|
||||
|
|
Loading…
Reference in a new issue