We have a Nextjs 14 project which we use in output mode (static pages only) and the bundle size from the nextjs sdk is rather huge compare to the web sdk (~4kb iirc) we use in another SPA project. We tried to switch to the web sdk but it would not track the page urls correctly.
We have a Nextjs 14 project which we use in output mode (static pages only) and the bundle size from the nextjs sdk is rather huge compare to the web sdk (~4kb iirc) we use in another SPA project. We tried to switch to the web sdk but it would not track the page urls correctly.