diff --git a/dist/index.html b/dist/index.html index c8c9133..dcf5eef 100644 --- a/dist/index.html +++ b/dist/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <!-- Link to your PNG favicon --> - <link rel="icon" type="image/png" href="/assets/faviconn.png" /> + <link rel="icon" type="image/png" href="/dist/assets/faviconn.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Kaby_Kun PortFolio</title> <script type="module" crossorigin src="/assets/index-DABKrgAO.js"></script> diff --git a/index.html b/index.html index c6e4a8d..8ecad34 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,8 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="icon" type="image/svg+xml" href="/assets/favisocn.svg" /> + <link rel="icon" type="image/png" href="/dist/assets/faviconn.png" /> <title>Kaby_Kun PortFolio</title> </head> <body>