Next.js Discord

Discord Forum

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
Open in Discord
Cuckoo waspOP
I try to make static export build and when access to other pages it give not found.

next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
    output: "export",
};

module.exports = nextConfig;

Any help is much appreciate!

0 Replies