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