Skip to content

Commit

Permalink
Merge pull request #1069 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Fix invalid graphql url
  • Loading branch information
w3bdesign committed Jun 8, 2023
2 parents 78fd610 + 9884647 commit 5e3f693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@formkit/nuxt": "^1.0.0-beta.9-f64c966",
"@nuxtjs/algolia": "^1.7.0",
"@pinia/nuxt": "^0.4.11",
"pinia": "^2.1.3",
"pinia": "^2.1.3",
"uid": "^2.0.2",
"vee-validate": "^4.9.6",
"yup": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineNuxtPlugin((nuxtApp) => {
const config = useRuntimeConfig();

const httpLink = createHttpLink({
uri: config.graphqlURL,
uri: config.public.graphqlURL,
});

const middleware = new ApolloLink((operation, forward) => {
Expand Down

1 comment on commit 5e3f693

@vercel
Copy link

@vercel vercel bot commented on 5e3f693 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.