Next.jsData Attributes (app dir)

Disable progress

Disable the progress bar on specific links

You can disable the progress bar on specific links by adding the data-disable-progress={true} attribute.

Warning

This will not work for Link in svg elements.

Usage

<Link href="/features" data-disable-progress={true}>
  Features
</Link>

Warning

This functionnality is only available for the app directory.

On this page