We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d20fa commit ddea974Copy full SHA for ddea974
docs-app/app/routes/application.ts
@@ -27,6 +27,7 @@ export default class Application extends Route {
27
import('shiki/langs/handlebars.mjs'),
28
import('shiki/langs/jsonc.mjs'),
29
import('shiki/langs/markdown.mjs'),
30
+ import('shiki/langs/svelte.mjs'),
31
],
32
engine: createOnigurumaEngine(() => import('shiki/wasm')),
33
});
docs-app/index.html
@@ -8,9 +8,6 @@
8
9
{{content-for "head"}}
10
11
- <link integrity="" rel="stylesheet" href="/@embroider/virtual/vendor.css" />
12
- <link integrity="" rel="stylesheet" href="/assets/docs-app.css" />
13
-
14
<link rel="preconnect" href="https://fonts.googleapis.com" />
15
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
16
<link
0 commit comments