Can not access to other pages ([page_name].html) using next/link or router from next/navigation.
Unanswered
Cuckoo wasp posted this in #help-forum
Cuckoo waspOP
I try to make static export build and when access to other pages it give not found.
next.config.js
Any help is much appreciate!
next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
};
module.exports = nextConfig;Any help is much appreciate!