Skip to content

Commit 9b0855f

Browse files
committed
fix: 🐛 deploy
1 parent e9dae50 commit 9b0855f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const nextConfig: NextConfig = {
66
images: {
77
unoptimized: true,
88
},
9-
//basePath: '/group-seminar.github.io',
10-
//assetPrefix: '/group-seminar.github.io',
9+
basePath: '/group-seminar.github.io',
10+
assetPrefix: '/group-seminar.github.io',
1111
trailingSlash: true,
1212
};
1313

0 commit comments

Comments
 (0)