You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import imgUrl from "./test.png";
import "./App.css";
function App() {
return ;
}
CSS files will automatically be copied to the final built site and included on the page. Images and other assets will provide the URL of the final asset to use in your components.
The text was updated successfully, but these errors were encountered:
Static assets
Vite supports importing static assets (like images or CSS). For example:
import imgUrl from "./test.png";
import "./App.css";
function App() {
;
return
}
CSS files will automatically be copied to the final built site and included on the page. Images and other assets will provide the URL of the final asset to use in your components.
The text was updated successfully, but these errors were encountered: