Skip to content

Commit

Permalink
build(nuxt): enable headNext config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Jun 30, 2024
1 parent 0b67376 commit c89c076
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export default defineNuxtConfig({
'@nuxt/image',
],

experimental: {
// sort head tags in the best order of performance
headNext: true,
},

app: {
head: {
titleTemplate: '%s · Distrohop',
Expand Down

0 comments on commit c89c076

Please sign in to comment.