If links aren't being detected during scans:
runOnBuild is not set to false in your config<a> or <NuxtLink> elementsSome links may be incorrectly flagged:
To exclude specific links, see the Exclude Links guide.
If your CI is failing:
failOnError: false temporarily while fixing issuesskipInspections for rules causing false positivesexport default defineNuxtConfig({
linkChecker: {
failOnError: false, // Temporarily disable to unblock builds
},
})
If live inspections aren't appearing:
showLiveInspections is not set to falseWhen submitting an issue, it's important to provide as much information as possible.
The easiest way to do this is to create a minimal reproduction using the Stackblitz playgrounds: