Merge pull request #2 from adafruit/fix-non-block-edit-links

Update config.js - point to main branch for docs pages edit links
This commit is contained in:
Loren Norman 2025-07-18 16:06:44 -04:00 committed by GitHub
commit 0011c05844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ export default defineConfig({
return `https://github.com/adafruit/io-actions/edit/main/app/${jsPath}`
}
return `https://github.com/adafruit/io-actions/edit/docs/docs/${filePath}`
return `https://github.com/adafruit/io-actions/edit/main/docs/${filePath}`
}
},