Skip to content

Commit 35d72c8

Browse files
committed
added basepath; unxnu
1 parent 74bfd09 commit 35d72c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.ts

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

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

77
export default nextConfig;

0 commit comments

Comments
 (0)