Skip to content

Commit

Permalink
Update favicon extensions in admin panel custom. examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Dec 13, 2023
1 parent 82fe68e commit 4e6c16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/admin-panel-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ To replace the favicon, use the following procedure:

1. (_optional_) Create a `./src/admin/extensions/` folder if the folder does not already exist.
2. Upload your favicon into `./src/admin/extensions/`.
3. Replace the existing **favicon.ico** file at the Strapi application root with a custom `favicon.ico` file.
3. Replace the existing **favicon.png|ico** file at the Strapi application root with a custom `favicon.png|ico` file.
4. Update `./src/admin/app.js` with the following:

```js title="./src/admin/app.js"
Expand Down

1 comment on commit 4e6c16b

@vercel
Copy link

@vercel vercel bot commented on 4e6c16b Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.