Updated manifest to force proper mime type
This commit is contained in:
parent
ef414aae3a
commit
cdd6050359
@ -3,4 +3,6 @@ RewriteCond %{REQUEST_FILENAME} !-d
|
|||||||
|
|
||||||
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|svg|js|css|swf|woff2)$">
|
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|svg|js|css|swf|woff2)$">
|
||||||
Header set Cache-Control "max-age=8380800, public"
|
Header set Cache-Control "max-age=8380800, public"
|
||||||
</filesMatch>
|
</filesMatch>
|
||||||
|
|
||||||
|
AddType application/manifest+json .webmanifest
|
||||||
2
faq.html
2
faq.html
@ -21,7 +21,7 @@
|
|||||||
<meta property="twitter:description" content="Frequently asked questions about this site">
|
<meta property="twitter:description" content="Frequently asked questions about this site">
|
||||||
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
||||||
|
|
||||||
<link href="manifest.json" rel="manifest">
|
<link href="manifest.webmanifest" rel="manifest">
|
||||||
<link href="favicon.svg" rel="icon">
|
<link href="favicon.svg" rel="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<meta property="twitter:description" content="Find the film stocks best suited for your analog photography">
|
<meta property="twitter:description" content="Find the film stocks best suited for your analog photography">
|
||||||
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
||||||
|
|
||||||
<link href="manifest.json" rel="manifest">
|
<link href="manifest.webmanifest" rel="manifest">
|
||||||
<link href="favicon.svg" rel="icon">
|
<link href="favicon.svg" rel="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<meta property="twitter:description" content="A database of currently available 35mm, 110 and medium format film stocks">
|
<meta property="twitter:description" content="A database of currently available 35mm, 110 and medium format film stocks">
|
||||||
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
||||||
|
|
||||||
<link href="manifest.json" rel="manifest">
|
<link href="manifest.webmanifest" rel="manifest">
|
||||||
<link href="favicon.svg" rel="icon">
|
<link href="favicon.svg" rel="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<meta property="twitter:description" content="Get inspired and try out a random film stock">
|
<meta property="twitter:description" content="Get inspired and try out a random film stock">
|
||||||
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
||||||
|
|
||||||
<link href="manifest.json" rel="manifest">
|
<link href="manifest.webmanifest" rel="manifest">
|
||||||
<link href="favicon.svg" rel="icon">
|
<link href="favicon.svg" rel="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user