Robert Gaggl
Robert Gaggl
:+1: these would be just additional options, so i don't see any harm offering them.
Not applying the default content type `text/html` to 304 responses has already been fixed in [h3](https://github.com/unjs/h3/issues/603) ([nitro issue](https://github.com/unjs/nitro/issues/1700)), so maybe it's just a matter of dependency bump in nuxt?
Using an explicit import ``` import { useSiteConfig } from "#site-config/server/composables"; ``` seems to solve that, but i couldn't find this in the docs - is this the right way...
Yes, the [provided reproduction](https://stackblitz.com/edit/nuxt-use-siteconfig-type-error?file=server%2Ftsconfig.json) is using the default `server/tsconfig.json` file of Nuxt - but `npx nuxi typecheck` still fails without the explicit import.
Many thanks for investigating and updating the docs!