We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40b718 commit 0f31056Copy full SHA for 0f31056
1 file changed
vite.config.ts
@@ -39,7 +39,7 @@ function syncTips(): Plugin {
39
console.log('→ syncing TIPs from GitHub...')
40
41
const res = await fetch(
42
- `https://api.github.com/repos/${repo}/contents/tips?ref=jxom/migrate-docs-specs`,
+ `https://api.github.com/repos/${repo}/contents/tips`,
43
)
44
if (!res.ok) {
45
console.error('✗ failed to fetch TIPs directory:', res.statusText)
0 commit comments