Reactjs – Use the next.js Link to another pages return 404
I have a file names "page.js",it's the default page.In the "page.js",I use the Link to link to the "buy.js",but it return 404 It's the code use for link to "buy.js" in the "page.js" import Buy from "./buy"; <Link href="/buy" className="group…