Install Nuxt Link Checker
Get started with Nuxt Link Checker by installing the dependency to your project.
Module Setup
bash
npx nuxi module add link-checker
bash
npm i nuxt-link-checker
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
bash
yarn add nuxt-link-checker
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
bash
pnpm i nuxt-link-checker
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
bash
bun i nuxt-link-checker
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
Previewing Live Inspections
The Link Checker only works in development mode when the DevTools is open or when running
Open up DevTools in your Nuxt app and navigate to the
To start seeing live inspections, navigate to a page with links and open the DevTools on the
Next Steps
It's recommended to use this module with Nuxt Sitemap so that your page links are automatically discovered.
Sitemap v6.1.5
1.3M
332
Powerfully flexible XML Sitemaps that integrate seamlessly.
Explore the documentation to learn more.
Did this page help you?