Skip to content

Commit

Permalink
fix: import should be same directory ../ -> ./ (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
qraxiss committed May 21, 2024
1 parent bcb6cd3 commit 9865fbf
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 @@ -451,7 +451,7 @@ To replace the favicon, use the following procedure:
4. Update `./src/admin/app.js` with the following:

```js title="./src/admin/app.js"
import favicon from "../extensions/favicon.png";
import favicon from "./extensions/favicon.png";

export default {
config: {
Expand Down

0 comments on commit 9865fbf

Please sign in to comment.