diff --git a/packages/schema/src/config/app.ts b/packages/schema/src/config/app.ts index 406c0d6e54..3da32d74f4 100644 --- a/packages/schema/src/config/app.ts +++ b/packages/schema/src/config/app.ts @@ -274,14 +274,7 @@ export default defineUntypedSchema({ * Customize Nuxt Nuxt SpaLoader element attributes. * @type {typeof import('@unhead/schema').HtmlAttributes} */ - spaLoaderAttrs: { - $resolve: async (val: undefined | null | Record, get) => { - const spaLoaderId = await get('app.spaLoaderId') - return defu(val, { - id: spaLoaderId === false ? undefined : (spaLoaderId || '__nuxt-spa-loader'), - }) - }, - }, + spaLoaderAttrs: {}, }, /**