I am trying to Link from a nextJS page to a folder containing static build html page, placed in the root.
Is it possible to use Link or async redirect()? Or is there any other appropriate way ?
Like <Link href='/anotherStaticBuild'> Click here </Link>
Folder structure
- public
- pages
- anotherStaticBuild(not-next-app)
- build
- index.html
- next.config.js