1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +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">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet">
<title>Vite App</title>
<link rel="stylesheet" href="/_assets/style.73ab7b5c.css">
<link rel="stylesheet" href="_assets/style.73ab7b5c.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/_assets/index.add82912.js"></script>
<script type="module" src="_assets/index.add82912.js"></script>
</body>
</html>