Skip to content

Commit 8cc424c

Browse files
committed
use absolute path instead of relative
1 parent f688367 commit 8cc424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@headlessui-vue/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body class="w-full h-full font-sans antialiased text-gray-900">
1111
<div class="w-full h-full" id="app"></div>
12-
<script type="module" src="./src/main.js"></script>
12+
<script type="module" src="/src/main.js"></script>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)