Skip to content

Commit

Permalink
docs: clarify that addPreloadLinks only affects production
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 17, 2024
1 parent 3b50f11 commit d3cbcdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ export default defineNuxtConfig({
// You can also enable support for processing CSS variables for font family names.
// This may have a performance impact.
processCSSVariables: true,
// You can enable support for adding preload links to the initially rendered HTML.
// There is a known upstream issue with rendering unaesthetic links with a `../` in the URL.
// You can enable support for adding preload links to the initially rendered HTML (production only).
addPreloadLinks: true
}
}
Expand Down

0 comments on commit d3cbcdb

Please sign in to comment.