Skip to content

Commit

Permalink
chore(preview): Update index.html title.
Browse files Browse the repository at this point in the history
Co-authored-by: John Leider <[email protected]>
  • Loading branch information
ElijahKotyluk and johnleider authored Mar 7, 2021
1 parent 72dccff commit 8f1cf2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>Vuetify 3 Vite Preview</title>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>

</html>
</html>

0 comments on commit 8f1cf2d

Please sign in to comment.