1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

fix assets path

This commit is contained in:
Kevin Levron 2020-09-15 10:13:49 +02:00
parent 6f0b40a1f7
commit 2e94f9f7eb

View File

@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet">
<title>Vite App</title> <title>Vite App</title>
<link rel="stylesheet" href="/_assets/style.73ab7b5c.css"> <link rel="stylesheet" href="_assets/style.73ab7b5c.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/_assets/index.add82912.js"></script> <script type="module" src="_assets/index.add82912.js"></script>
</body> </body>
</html> </html>