|
|
@@ -1,13 +1,15 @@
|
|
|
<!doctype html>
|
|
|
<html lang="en">
|
|
|
- <head>
|
|
|
- <meta charset="UTF-8" />
|
|
|
- <link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
- <title>Vite + React</title>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div id="app"></div>
|
|
|
- <script type="module" src="/src/app/main.jsx"></script>
|
|
|
- </body>
|
|
|
+ <head>
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
+ <meta name="description" content="Vendure Admin Dashboard" />
|
|
|
+ <meta name="author" content="Vendure" />
|
|
|
+ <title>Vendure Admin Dashboard</title>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="app"></div>
|
|
|
+ <script type="module" src="/src/app/main.jsx"></script>
|
|
|
+ </body>
|
|
|
</html>
|