Skip to content

Commit ddd67b9

Browse files
committed
0.0.609
1 parent 48d40b4 commit ddd67b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imports/client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3071,5 +3071,5 @@ export function getServerSidePropsDeep(arg, result: any = {}) {
30713071
}
30723072

30733073
export function getPath(path?: string) {
3074-
return path || process?.env?.NEXT_PUBLIC_GRAPHQL_URL || process?.env?.GQL;
3074+
return path || process?.env?.NEXT_PUBLIC_GRAPHQL_URL || process?.env?.GQL || 'https://links.deep.foundation/gql';
30753075
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deep-foundation/deeplinks",
3-
"version": "0.0.608",
3+
"version": "0.0.609",
44
"license": "Unlicense",
55
"type": "module",
66
"main": "import.js",

0 commit comments

Comments
 (0)