Skip to content

Commit e8ecf22

Browse files
committed
Changed basePath because of new domain name
1 parent 8162758 commit e8ecf22

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
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
output: 'export',
5-
basePath: '/UniMate',
5+
basePath: '',
66
images: {
77
unoptimized: true,
88
},

0 commit comments

Comments
 (0)