Skip to content

Commit

Permalink
Merge pull request #95 from bozor/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bozor authored Nov 21, 2024
2 parents fab9854 + 542f168 commit 713ca3f
Show file tree
Hide file tree
Showing 78 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ export default function RootLayout({
<head>
<meta charSet="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="icon"
href="/public/favicon-96x96.png"
type="image/png"
sizes="96x96"
/>
<link rel="shortcut icon" href="/public/favicon.ico" />
</head>
<body className={`${robotoMono.className} ${s.outer}`}>
<div className={s.topBlur}></div>
Expand Down
Binary file added public/favicon-96x96.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 added public/favicon.ico
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Image = ({src, alt} : ImageProps) => {
amount: 0.25
}}
>
<NextImage src={src} alt={alt} width={0} height={0} />
<NextImage src={src} alt={alt} width={0} height={0} priority />
</motion.div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"./*"
],
"@images/*": [
"public/images/*"
"src/assets/images/*"
],
"@components/*": [
"src/components/*"
Expand Down

0 comments on commit 713ca3f

Please sign in to comment.