Currently experimenting with nuxt 2, but I'm facing the challenge of needing to handle certain requests as though my website were a traditional multiple page application (MPA) rather than a single page application (SPA). The built-in nuxt-link component typically navigates users to different routes without refreshing the page.
Is there a way to configure the nuxt-link component to function like a standard <a>
tag when a specific variable in the .env
file is set to true?