Closed fago closed 9 months ago
Implementation plan:
Document "Customizing API route rules"
export default defineNuxtConfig({
routeRules: {
'/drupal-ce/**': { swr: true },
}
})
Ah this is a great idea. I was going to ask about this.
this is shipped in https://github.com/drunomics/nuxtjs-drupal-ce/releases/tag/v2.0.0-beta4
Idea: Introduce server API that proxies requests through the Drupal backend
Advantages:
Requirements: