fix: copy logo.png

This commit is contained in:
Kieran 2023-07-05 18:32:25 +01:00
parent ad9fb0d7fb
commit 993f5b8fa2
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -39,8 +39,9 @@ const config = {
{ from: "public/manifest.json" },
{ from: "public/robots.txt" },
{ from: "public/icons.svg" },
{ from: "public/logo.png" },
{ from: "public/nostr.json", to: ".well-known/nostr.json" },
{ from: "_headers" },
{ from: "public/nostr.json", to: ".well-known/nostr.json" }
],
}),
new HtmlWebpackPlugin({