Skip to content

Commit

Permalink
make test change in docs to see if it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 22, 2024
1 parent a5c4110 commit b5f0f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ framework bindings, you'll likely want to import from your framework bindings pa

## Client

test
The `Client` manages all operations and ongoing requests to the exchange pipeline.
It accepts several options on creation.

Expand Down
1 change: 1 addition & 0 deletions packages/site/src/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (typeof document !== 'undefined') {

const GoogleAnalytics = ({ children, ...rest }) => {
const basename = `/${useBasepath() || ''}`;
// Test
if (typeof document !== 'undefined') {
// fragment doesn't like it when you try to give it attributes
return (
Expand Down

0 comments on commit b5f0f18

Please sign in to comment.