docs: Fix typo in assets page

This commit is contained in:
Aaron
2024-04-15 12:17:02 -05:00
committed by GitHub
parent b7f7222c26
commit a94d673f31
+1 -1
View File
@@ -63,7 +63,7 @@ Files in the assets directory will be processed by Vite. They are imported in yo
<!-- ... -->
</head>
<body>
<img src="~/illustration.svg" />
<img src="~/assets/illustration.svg" />
<!-- ... -->
</body>
</html>