cirosantilli/nodejs/next/localStorage/pages/notindex.js

nodejs/next/localStorage/pages/notindex.js
import Link from 'next/link'

export default function NotIndexPage() {
  console.error('NotIndexPage');
  return <Link href="/">index</Link>
}