Skip to content

Commit

Permalink
fix(bundling): place files in the right folders for React Vite apps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Nov 28, 2022
1 parent 9703515 commit 8103290
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Expand Up @@ -6,7 +6,8 @@
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<% if (!styledModule && style !== 'none') { %><link rel="stylesheet" href="/src/styles.<%= style %>" /><% } %>
</head>
<body>
<div id="root"></div>
Expand Down
Empty file.

This file was deleted.

0 comments on commit 8103290

Please sign in to comment.