Skip to content

Commit 8410740

Browse files
committed
chore: interop testing frontend
1 parent d337646 commit 8410740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/testing-frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const nextConfig = {
55
process.env.NEXT_PUBLIC_BACKEND_API_URL ||
66
'NEXT_PUBLIC_BACKEND_API_URL_PLACEHOLDER',
77
},
8-
basePath: '',
8+
basePath: '/interop-testing-frontend',
99
output: 'standalone',
1010
webpack: (config) => {
1111
config.externals.push('bufferutil');

0 commit comments

Comments
 (0)