Skip to content

Commit

Permalink
fix routing... again
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyward committed Aug 28, 2024
1 parent 9bf5de7 commit 5cc0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons-web-sdk/samples/hello-world-next-js/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/meet/hello-world-react-ts-vite',
basePath: '/meet/hello-world-next-js',
distDir: '../dist/hello-world-next-js',
output: 'export',
};
Expand Down

0 comments on commit 5cc0032

Please sign in to comment.