You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
VSCode does not recognize the sitemap key and keeps highlighting it within the nuxt.config.ts file.
Full error:
Argument of type '{ css: string[]; app: { head: { htmlAttrs: { lang: string; }; link: { rel: "preload"; as: "style"; onload: string; href: string; media: string; }[]; script: { hid: string; src: string; defer: true; }[]; }; }; routeRules: { ...; }; ... 5 more ...; sitemap: { ...; }; }' is not assignable to parameter of type 'NuxtConfig'.
Object literal may only specify known properties, and 'sitemap' does not exist in type 'NuxtConfig'.ts(2345)
The text was updated successfully, but these errors were encountered:
VSCode does not recognize the
sitemap
key and keeps highlighting it within thenuxt.config.ts
file.Full error:
The text was updated successfully, but these errors were encountered: