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 e462618 commit b7190f3Copy full SHA for b7190f3
docs/.vitepress/store/playground.ts
@@ -37,7 +37,7 @@ export const usePlayground = defineStore('playground', () => {
37
38
function fetchSample(id: string): Promise<string | undefined> {
39
if (!samplesCache.has(id)) {
40
- samplesCache.set(id, fetch(`https://raw.githubusercontent.com/antfu/textmate-grammars-themes/main/samples/${id}.sample`)
+ samplesCache.set(id, fetch(`https://raw.githubusercontent.com/shikijs/textmate-grammars-themes/main/samples/${id}.sample`)
41
.then(r => r.text())
42
.catch((e) => {
43
console.error(e)
0 commit comments