Skip to content

Commit 5a8450b

Browse files
committed
added basepath; unxnu
1 parent 74bfd09 commit 5a8450b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
/* config options here */
4+
basePath: '/unnuo'
5+
}
56
};
67

78
export default nextConfig;

0 commit comments

Comments
 (0)