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

[examples] Fix broken path to favicon.ico #33906

Merged
merged 2 commits into from Aug 13, 2022

Commits on Aug 12, 2022

  1. Update _document.tsx

    Update path to favicon.ico
    
    - Next is not serving static files from "/static" folder anymore. Instead all files inside public
    are accessible in pages.
    - Replace path "/static/favicon.ico" with "favicon.ico"
    
    Signed-off-by: Vegan Cat <mmostafavi247@gmail.com>
    vegancat committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    420a8a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. fix other instances

    oliviertassinari committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    0902a04 View commit details
    Browse the repository at this point in the history