Skip to content

Commit

Permalink
refactor: add back in experimental features, testing on live
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanharper committed Nov 25, 2024
1 parent c8c8b4b commit dbcd64a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ export default defineNuxtConfig({
enabled: true
},

experimental: {
defaults: {
nuxtLink: {
prefetchOn: {
visibility: false,
interaction: true
}
}
}
},

runtimeConfig: {
shopify: {
storefront: process.env.NUXT_SHOPIFY_STOREFRONT,
Expand Down

0 comments on commit dbcd64a

Please # to comment.