© 2026 Hedgehog Software, LLC
localhost:3000/graphql
localhost:1337/graphql
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: "2024-11-01", devtools: { enabled: true }, ssr: true, modules: ["@nuxtjs/apollo", "@nuxt/eslint", "@radya/nuxt-dompurify"], routeRules: { "/graphql": { // prerender: true , redirect: "https://10.1.20.208/graphql", }, }, apollo: { clients: { default: { httpEndpoint: "/graphql", }, }, }, });
Join the Discord to ask follow-up questions and connect with the community
Nuxt Community Chat Server
31,632 Members