🔗 next-validate-link

Nuxt

Support Nuxt validation

Usage

By default, it assumes you are using Next.js routing. You can pass a framework preset to customise how it scans your pages.

import { scanURLs } from 'next-validate-link';
 
const scanned = await scanURLs({
  preset: 'nuxt',
});
// validate with the scanned urls

On this page