Estéban
Estéban
Create a utility `isPrepare` or `isCLI` ? But talk about the possible usage of `_prepare` (https://github.com/nuxt/nuxt/blob/d439da919914ff0e1de7bb48e7a41a0db7362409/packages/schema/src/config/internal.ts#L15) to avoid unnecessary computation.
See this tweet about build time vs runtime https://x.com/danielcroe/status/1845147251556913526?t=iw-Co4Pavceh-opTiwPAhQ&s=19
`#imports`? What is this and how to use it? https://discord.com/channels/1216160300965826580/1216160303604170774/1295638603614912552
> I think this absolutely needs to be defined somewhere. > Ideally, this should be in a section of a H3 website, and both the Nuxt and Nitro sites should...
> Hello, is there a way to access the event similar to defineEventHandler or eventHandler in Nuxt? I'm asking because I'm trying to retrieve a router parameter, and all server...
I thinks it's because redirect must be server side. So, depending of your deployment environment, you could try a `_redirect` file.
Here your response https://github.com/nuxt/content/blob/main/src/runtime/composables/navigation.ts#L50 So, `google.pl` is not a URL from your project so no redirection is possible.
You can update the ProseA component if you want to update behavior!
Hey! What is not working exactly because I'm using Nuxt UI with Typography within multiple projects, and it works fine.
> https://github.com/nuxt/ui/pull/5347#issuecomment-3506599510 > > @Barbapapazes Nice! I'll have a look.