Commit Graph

6 Commits

Author SHA1 Message Date
Charis
448e5f5899 fix(docs): favicons (#34749)
The incorrect favicon URLs are being used for Apple touch icons. Corrected now.
2025-04-04 17:52:56 +00:00
Charis
ac192a5024 refactor(docs): migrate home page to app router (#27221) 2024-06-24 18:47:53 -04:00
Charis
e8ae1a4dd7 chore: add app router favicon data (#25789)
Common package currently exports pages router favicons, but not app
router favicon data. Makes an app router version.

Usage:

```
// app/layout.tsx

const basePath = getBasePathForThisApp()

const metadata: Metadata = {
  icons: genFaviconData(basePath),
  ...
}
```
2024-05-07 10:27:23 -04:00
Francesco Sansalvadore
0e92e3c8c3 fix favicon (#22315)
fix favicons
2024-03-28 13:52:56 +01:00
Francesco Sansalvadore
3aba64b5a3 update favicon ico mime type (#22295) 2024-03-28 19:49:28 +08:00
Jonathan Summers-Muir
f2b13fd326 Chore/favicon fix (#22226)
* chore: move favicon logic to package

* update application names

* Delete Favicons.tsx

* add more props

* add more props

* update

* cleamn

* clean up

* Update _app.tsx

* Update _app.tsx

* add missing favicons and size optimization

---------

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
2024-03-26 14:34:24 +01:00