Skip to content

Commit 643e197

Browse files
committed
fix: 🐛 deploy
1 parent df12c72 commit 643e197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
77
unoptimized: true,
88
},
99
basePath: '/seminar-visualds.github.io',
10+
trailingSlash: true,
1011
};
1112

1213
export default nextConfig;

0 commit comments

Comments
 (0)