We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8162758 commit e8ecf22Copy full SHA for e8ecf22
1 file changed
next.config.ts
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
output: 'export',
5
- basePath: '/UniMate',
+ basePath: '',
6
images: {
7
unoptimized: true,
8
},
0 commit comments