🚚 Move assets to public folder (#1206)

This commit is contained in:
Alejandra
2024-05-20 13:15:23 -05:00
committed by GitHub
parent eaa443736d
commit 44ed5b1783
5 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Full Stack FastAPI Project</title>
<link rel="icon" type="image/x-icon" href="./src/assets/images/favicon.png" />
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
</head>
<body>
<div id="root"></div>