Skip to content

Commit

Permalink
test: remove experimental and icon options, testing performance
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanharper committed Dec 6, 2024
1 parent d00a221 commit aedbaa2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ export default defineNuxtConfig({
enabled: true
},

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

runtimeConfig: {
shopify: {
storefront: process.env.NUXT_SHOPIFY_STOREFRONT,
Expand All @@ -37,13 +26,6 @@ export default defineNuxtConfig({
'@nuxt/icon'
],

icon: {
mode: 'svg',
clientBundle: {
scan: true
}
},

fonts: {
defaults: {
weights: [400, 500, 600]
Expand Down

0 comments on commit aedbaa2

Please sign in to comment.