Skip to content

Commit b5ccfea

Browse files
committed
build: fix the path to css in index.html
1 parent a0c4ef1 commit b5ccfea

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
<link rel="icon" href="src/assets/img/favicon.png" type="image/x-icon">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>mlut playground</title>
8-
<link rel="stylesheet" href="/src/assets/style/style.css" />
8+
<link rel="stylesheet" href="assets/style.css" />
9+
<script type="importmap">
10+
{
11+
"imports": {
12+
"immutable": "https://unpkg.com/immutable@^4.0.0",
13+
"sass": "https://unpkg.com/sass@^1.63.0/sass.default.js"
14+
}
15+
}
16+
</script>
917
</head>
1018
<body class="P0 M0 H100vh">
1119
<header class="W100p H-$headerH Mxh18u D-g Gtc1fr;1fr P2u;5u Bgc-$core700">
@@ -72,13 +80,10 @@
7280
</main>
7381
</main-comp>
7482
</div>
75-
<script type="importmap">
76-
{
77-
"imports": {
78-
"immutable": "https://unpkg.com/immutable@^4.0.0",
79-
"sass": "https://unpkg.com/sass@^1.63.0/sass.default.js"
80-
}
81-
}
83+
<script type="module">
84+
globalThis.mlut = {
85+
githubToken: 'g'+'hp_qC7fGE7Jt' + 'bcjjcpjr4xEJ3pX6DpOSJ3d8N10',
86+
};
8287
</script>
8388
<script type="module" src="/src/assets/scripts/loader-helper.js"></script>
8489
<script type="module" src="/src/components/style-tab.js"></script>
@@ -88,11 +93,6 @@
8893
<script type="module" src="/src/components/code-preview.js"></script>
8994
<script type="module" src="/src/components/tab-switch.js"></script>
9095
<script type="module" src="/src/components/main-comp.js"></script>
91-
<script type="module">
92-
globalThis.mlut = {
93-
githubToken: 'ghp_3'+'zrlp3dAxUL'+'fPGhkJAzZgG5gn'+'23saW1BlQH1',
94-
};
95-
</script>
9696
<script type="module" src="https://unpkg.com/@mlut/core@latest/dist/index.js"></script>
9797

9898
</body>

0 commit comments

Comments
 (0)