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 16b7c79 commit a5e21c1Copy full SHA for a5e21c1
1 file changed
scripts/lint-linkcheck.ts
@@ -65,7 +65,7 @@ class LinkChecker {
65
66
// Use our class to check for link issues
67
const linkChecker = new LinkChecker({
68
- baseUrl: 'https://docs.astro.build',
+ baseUrl: 'https://v5.docs.astro.build',
69
buildOutputDir: './dist',
70
pageSourceDir: './src/content/docs',
71
checks: [
0 commit comments