We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57b66f commit 542d20bCopy full SHA for 542d20b
3 files changed
next.config.ts
@@ -1,7 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
// basePath: "/seo-test",
4
- output: "export",
+ // output: "export",
5
};
6
7
module.exports = nextConfig;
0 commit comments