Skip to content

Commit

Permalink
Remove link validator
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Dec 16, 2024
1 parent 7aa6abf commit 4dd920d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default defineConfig({
},
plugins: [
// https://starlight-links-validator.vercel.app/configuration/
starlightLinksValidator({
// starlightLinksValidator({
// exclude: [
// // TODO: Fix these links in the blog/wails-v2-released file
// // "/docs/reference/options#theme",
Expand All @@ -66,7 +66,7 @@ export default defineConfig({
// // "/docs/guides/obfuscated",
// // "/docs/howdoesitwork#calling-bound-go-methods",
// ],
}),
// }),
// https://starlight-image-zoom.vercel.app/configuration/
starlightImageZoom(),
// https://starlight-blog-docs.vercel.app/configuration
Expand Down

0 comments on commit 4dd920d

Please sign in to comment.