Skip to content

Commit

Permalink
style: fix png icon
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Oct 27, 2024
1 parent a403349 commit de80957
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added packages/example-nextjs14/favicon.ico
Binary file not shown.
Binary file added packages/example-nextjs14/icon.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 packages/example-nextjs14/public/Logo_symbol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions packages/example-nextjs14/public/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/example-nextjs14/src/app/seoStuff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ const meta = {
export const metadata = {
title: meta.title,
description: meta.description,
icons: {
icon: [
{
url: "/images/logo.svg",
href: "/images/logo.svg",
},
],
},
openGraph: {
url: vercelUrl,
siteName: 'state-in-url',
Expand Down
Binary file removed packages/example-nextjs15/src/app/icon.png
Binary file not shown.

0 comments on commit de80957

Please sign in to comment.