We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bfd09 commit 35d72c8Copy full SHA for 35d72c8
1 file changed
next.config.ts
@@ -1,7 +1,7 @@
1
import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
- /* config options here */
+ basePath: '/unnuo'
5
};
6
7
export default nextConfig;
0 commit comments