-
Notifications
You must be signed in to change notification settings - Fork 2
seo #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seo #17
Changes from all commits
1c071ea
7870416
c3b7897
a27742f
89aa295
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,7 @@ | ||||||
| "use client"; | ||||||
|
|
||||||
| import { useEffect, useMemo, useState } from 'react'; | ||||||
| import Image from 'next/image'; | ||||||
| import { useRouter, useSearchParams } from 'next/navigation'; | ||||||
| import { signIn } from 'next-auth/react'; | ||||||
| import { Clock, AtSign, Lock, LogIn, Users, Hash, UserPlus, ArrowRight, ShieldCheck, User, Image as ImageIcon } from 'lucide-react'; | ||||||
|
||||||
| import { Clock, AtSign, Lock, LogIn, Users, Hash, UserPlus, ArrowRight, ShieldCheck, User, Image as ImageIcon } from 'lucide-react'; | |
| import { AtSign, Lock, LogIn, Users, Hash, UserPlus, ArrowRight, ShieldCheck, User, Image as ImageIcon } from 'lucide-react'; |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are now two favicons at
/public/favicon.icoand/app/favicon.ico. In the App Router,app/favicon.icoalso serves/favicon.ico, which can conflict with theicons.icon: "/favicon.ico"setting here (and make it unclear which file is actually served). Recommend keeping a single source of truth (either remove the public favicon and rely onapp/favicon.ico, or removeapp/favicon.icoand keep the public asset) and align theiconsconfig accordingly.