Skip to content

Commit

Permalink
Add right manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak committed Feb 14, 2024
1 parent 25a55ab commit f9bf6eb
Show file tree
Hide file tree
Showing 160 changed files with 546 additions and 254 deletions.
3 changes: 1 addition & 2 deletions components/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const appAuthor = `Petr Kučera`;
export default function Meta() {
return (
<Head>
<meta name="msvalidate.01" content="9E75B78C2EE6CAE9C654F28AF759C4D0" /> {/* Bing webmasters verification*/}
<link
rel="apple-touch-icon"
sizes="180x180"
Expand All @@ -28,7 +27,7 @@ export default function Meta() {
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="manifest" href="/manifest.json" />
<link
rel="mask-icon"
href="/favicon/safari-pinned-tab.svg"
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home({ allPosts }) {
alt="Fialový rozcestník"
title="Logo adventní cesty"
/>
<h1 className="text-4xl font-bold text-center">Adventní cesta</h1>
<h1 className="text-4xl font-bold text-center">Cesta půstem</h1>
</div>
<NavButtons posts={allPosts} />
<Calendar posts={allPosts} />
Expand Down
Binary file removed public/favicon/android-chrome-144x144.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-256x256.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-36x36.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-384x384.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-48x48.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-512x512.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-72x72.png
Binary file not shown.
Binary file removed public/favicon/android-chrome-96x96.png
Binary file not shown.
Binary file modified public/favicon/android/android-launchericon-144-144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android/android-launchericon-192-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android/android-launchericon-48-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android/android-launchericon-512-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android/android-launchericon-72-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon/android/android-launchericon-96-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/favicon/apple-touch-icon-114x114-precomposed.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-120x120-precomposed.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-120x120.png
Binary file not shown.
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-144x144.png
Binary file not shown.
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-152x152.png
Binary file not shown.
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed public/favicon/apple-touch-icon-57x57-precomposed.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-57x57.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-60x60-precomposed.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-60x60.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-72x72-precomposed.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-72x72.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-76x76-precomposed.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-76x76.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon-precomposed.png
Diff not rendered.
Binary file removed public/favicon/apple-touch-icon.png
Diff not rendered.
12 changes: 0 additions & 12 deletions public/favicon/browserconfig.xml

This file was deleted.

Binary file removed public/favicon/favicon-16x16.png
Diff not rendered.
Binary file removed public/favicon/favicon-32x32.png
Diff not rendered.
Loading

0 comments on commit f9bf6eb

Please sign in to comment.