From 5cc003223350fd0b1a7fbfc87a51d0a4d51abe58 Mon Sep 17 00:00:00 2001 From: Teddy Ward Date: Wed, 28 Aug 2024 15:27:51 -0500 Subject: [PATCH] fix routing... again --- addons-web-sdk/samples/hello-world-next-js/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons-web-sdk/samples/hello-world-next-js/next.config.mjs b/addons-web-sdk/samples/hello-world-next-js/next.config.mjs index fbdb3d7..906d784 100644 --- a/addons-web-sdk/samples/hello-world-next-js/next.config.mjs +++ b/addons-web-sdk/samples/hello-world-next-js/next.config.mjs @@ -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', };