Skip to content

[v1.1.1] Favicon #115

@omarchehab98

Description

@omarchehab98

Reproduce

preact create my-great-app
cd my-great-app

Replace preact favicon in src/assets/favicon.ico with custom favicon.ico

npm run build

Actual

build/index.html

<link rel="shortcut icon" href="/favicon.ico">

build/favicon.ico is the preact logo

build/assets/favicon.ico is my custom favicon

Expected

build/index.html

<link rel="shortcut icon" href="/favicon.ico">

build/favicon.ico is my custom favicon

Blame

883c08 src/lib/webpack-config.js#L452

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions