use cdn dir for testing

pull/1369/head
konnorrogers 2023-06-12 11:18:24 -04:00
rodzic d236206cce
commit 96daee5e1a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,8 @@ export default {
<html lang="en-US"> <html lang="en-US">
<head></head> <head></head>
<body> <body>
<link rel="stylesheet" href="dist/themes/light.css"> <link rel="stylesheet" href="cdn/themes/light.css">
<script type="module" src="dist/shoelace.js"></script> <script type="module" src="cdn/shoelace.js"></script>
<script type="module" src="${testFramework}"></script> <script type="module" src="${testFramework}"></script>
</body> </body>
</html> </html>