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