Skip to content
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

Fix favicon configuration bug #1983

Open
wants to merge 543 commits into
base: main
Choose a base branch
from
Open

Fix favicon configuration bug #1983

wants to merge 543 commits into from

Conversation

zlaazlaa
Copy link

What does it do?

The configuration in the documentation for changing the favicon is not functioning properly. I have updated a method that works well.

Why is it needed?

Mitigated a bug.

Related issue(s)/PR(s)

Details about the bug can be found at strapi/strapi#19238.

meganelacheny and others added 30 commits January 8, 2024 10:35
let the developer know they need to install formik to run this example
Blocks improvements: moving blocks & expand field
* Mention grouping

* Update badge

* Update docusaurus/docs/user-docs/releases/introduction.md

* chore: update screenshot and add callout for beta version (strapi#1972)

* Move beta callout to grouping section

* Update docusaurus/docs/user-docs/releases/managing-a-release.md

Co-authored-by: markkaylor <[email protected]>

* Update docusaurus/docs/user-docs/releases/managing-a-release.md

---------

Co-authored-by: markkaylor <[email protected]>
Because I tested this example to replace the favicon, and I've got an error.

```bash
yarn run v1.22.19
$ strapi build
⠋ Building build context
[INFO] Including the following ENV variables as part of the JS bundle:
    - ADMIN_PATH
    - STRAPI_ADMIN_BACKEND_URL
    - STRAPI_TELEMETRY_DISABLED
✔ Building build context (73ms)
⠋ Building admin panel
⠴ Building admin panel[ERROR] Module not found: Error: Can't resolve './extensions/favicon.png' in '/var/www/strapi/src/admin'
✖ Building admin panel
[ERROR]  There seems to be an unexpected error, try again with --debug for more information

error Command failed with exit code 1.
```
pwizla and others added 26 commits June 19, 2024 17:39
…size to config instructions (strapi#2132)

* Add info about nginx max file size to config instructions

* Update docusaurus/docs/dev-docs/deployment/digitalocean.md

---------

Co-authored-by: Pierre Wizla <[email protected]>
* Add new icons in project settings page

* Add icon for Variables

* Update documentation for Profile > Billing

* Add documentation for Settings > Plans

* Add new icons in Profile settings page + some improvements

* Update/add documentation about Invoices

* Add comments to update screenshots at the end of the project

* Change Usage & Billing name everywhere + start documenting seats management

* Document seats management

* Create + Use snippet for invoices statuses info

* Update TOC badges

* Fix typos and errors after reviews

* Update & add screenshots

---------

Co-authored-by: Pierre Wizla <[email protected]>
* Update to Cloud CLI docs re. connecting a git repo.

* Add mention for all deploy. methods

* Fix heading link

* Update deploys intro.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flag: merge pending release Pending Strapi Release pr: updated content PRs updating existing documentation content source: Dev Docs PRs/issues targeting the Developer Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.