Skip to content

Commit b7190f3

Browse files
authored
docs: update samples url (#1077)
1 parent e462618 commit b7190f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/store/playground.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const usePlayground = defineStore('playground', () => {
3737

3838
function fetchSample(id: string): Promise<string | undefined> {
3939
if (!samplesCache.has(id)) {
40-
samplesCache.set(id, fetch(`https://raw.githubusercontent.com/antfu/textmate-grammars-themes/main/samples/${id}.sample`)
40+
samplesCache.set(id, fetch(`https://raw.githubusercontent.com/shikijs/textmate-grammars-themes/main/samples/${id}.sample`)
4141
.then(r => r.text())
4242
.catch((e) => {
4343
console.error(e)

0 commit comments

Comments
 (0)