1

この日付までの最新バージョンの Vue CLI で生成されたこのプロジェクトに大きな問題があります。favicon が表示されません。パブリックフォルダーの/imgフォルダーを以前に削除し、独自の favicon.png を index.html ファイルに追加しました。

プロジェクトを実行すると、アイコンが表示されず、クライアント側のコードをチェックすると、画像に示すように自動的にコメントが付けられます。コメント行を変更すると、カスタム アイコンが正しく表示されるので、これを修正する方法を知りたいです。

スクリーンショット

index.html ファイル

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="icon" href="./favicon.png">
    <title> myApp </title>
  </head>
  <body>
    <noscript>
      <strong>We're sorry but myApp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>

また、コードでわかるように、<%= htmlWebpackPlugin.options.title %>最初に生成された は役に立たないので消去しました。私を助けてくれる人に感謝します!

4

0 に答える 0