We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78fd610 + 9884647 commit 5e3f693Copy full SHA for 5e3f693
package.json
@@ -27,7 +27,7 @@
27
"@formkit/nuxt": "^1.0.0-beta.9-f64c966",
28
"@nuxtjs/algolia": "^1.7.0",
29
"@pinia/nuxt": "^0.4.11",
30
- "pinia": "^2.1.3",
+ "pinia": "^2.1.3",
31
"uid": "^2.0.2",
32
"vee-validate": "^4.9.6",
33
"yup": "^1.2.0"
plugins/apollo.js
@@ -15,7 +15,7 @@ export default defineNuxtPlugin((nuxtApp) => {
15
const config = useRuntimeConfig();
16
17
const httpLink = createHttpLink({
18
- uri: config.graphqlURL,
+ uri: config.public.graphqlURL,
19
});
20
21
const middleware = new ApolloLink((operation, forward) => {
0 commit comments