try setup pwa on apple
This commit is contained in:
@ -17,6 +17,8 @@ import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'
|
||||
export const metadata: Metadata = {
|
||||
title: "Специално Свидетелстване София",
|
||||
description: "Специално Свидетелстване София",
|
||||
viewport: "width=device-width, initial-scale=1",
|
||||
appleWebApp: true,
|
||||
/// manifest: "/manifest.json",
|
||||
// manifest: {
|
||||
// theme_color: "#000000",
|
||||
|
@ -9,11 +9,13 @@ class MyDocument extends Document {
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<meta name="theme-color" content="#fff" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
<link rel="apple-touch-icon" href="/icon.png"></link>
|
||||
<meta name="theme-color" content="#fff" />
|
||||
<meta name="apple-mobile-web-app-title" content="Your PWA Name" />
|
||||
|
||||
<link rel="apple-touch-icon" href="/old-192x192.png"></link>
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user