Skip to content

Commit

Permalink
chore: temporarily disabling the link validator because it's making m…
Browse files Browse the repository at this point in the history
…e crazy
  • Loading branch information
simonhyll committed May 18, 2024
1 parent af3ceee commit 293dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineConfig({
starlight({
plugins: [
starlightBlog({ authors }),
starlightLinksValidator({ errorOnRelativeLinks: false }),
// starlightLinksValidator({ errorOnRelativeLinks: false }),
],
title: 'Tauri',
description: 'The cross-platform app building toolkit',
Expand Down

0 comments on commit 293dd2a

Please sign in to comment.