Skip to content

Commit

Permalink
chore: add back default id value for spaLoaderAttrs
Browse files Browse the repository at this point in the history
This partially reverts commit 6ca7600.
  • Loading branch information
danielroe committed Nov 30, 2024
1 parent 24a0253 commit f4106a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/schema/src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ export default defineUntypedSchema({
* Customize Nuxt Nuxt SpaLoader element attributes.
* @type {typeof import('@unhead/schema').HtmlAttributes}
*/
spaLoaderAttrs: {},
spaLoaderAttrs: {
id: '__nuxt-loader',
},
},

/**
Expand Down

0 comments on commit f4106a7

Please sign in to comment.