Skip to content

Commit 0f31056

Browse files
committed
chore: up
1 parent d40b718 commit 0f31056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function syncTips(): Plugin {
3939
console.log('→ syncing TIPs from GitHub...')
4040

4141
const res = await fetch(
42-
`https://api.github.com/repos/${repo}/contents/tips?ref=jxom/migrate-docs-specs`,
42+
`https://api.github.com/repos/${repo}/contents/tips`,
4343
)
4444
if (!res.ok) {
4545
console.error('✗ failed to fetch TIPs directory:', res.statusText)

0 commit comments

Comments
 (0)