diff --git a/.changeset/chilled-teachers-brush.md b/.changeset/chilled-teachers-brush.md index 5e44709c1..5a4058901 100644 --- a/.changeset/chilled-teachers-brush.md +++ b/.changeset/chilled-teachers-brush.md @@ -2,4 +2,4 @@ '@faustwp/experimental-app-router': patch --- -Fixed an issue where the client was being shipped on the client resulting in large bundle sizes (150kb+). For more context: https://github.com/apollographql/apollo-client-nextjs/issues/95 +Fixed an issue where the Apollo Client was being shipped to the browser client bundle resulting in large bundle sizes (150kb+). For more context: https://github.com/apollographql/apollo-client-nextjs/issues/95