Skip to content

Commit af4b2a0

Browse files
committed
fix: 🐛 deploy
1 parent f2373d4 commit af4b2a0

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)