Estéban
Estéban
#25466 In addition to the previous issue, linked above, we could set default query params to these white list. For example, I'm on nitro.unjs.io and I have many links to...
> Have you tried using object syntax? > > ``` > > > :to="{ > path: '/', > query: { > utm_source: 'bar', > }, > }" > > >...
Hello, Here an exemple of something that can be improve. I'm working on a project where I made 4 requests (each function is a `useFetch` with some validation): ```html const...
Fix is released in nitro 2.2.1 but nuxt 3.2.0 use nitro 2.2.0
Shiki is huge shiki in bundle ``` .output/server/node_modules/shikiji/dist/langs: total 5.6M -rw-r--r-- 1 esteban esteban 435K Nov 9 14:19 cpp.mjs -rw-r--r-- 1 esteban esteban 264K Nov 9 14:19 wolfram.mjs -rw-r--r-- 1...
And I'm asking but who want to use this module without prerendering every page? so why do we need to have everything in the Nitro server output if it's prerendered?
Yes, This is shikiji ``` .output/server/node_modules/shikiji/dist: total 824K -rw-r--r-- 1 esteban esteban 608K Nov 9 14:19 onig.mjs -rw-r--r-- 1 esteban esteban 184K Nov 9 14:19 core.mjs -rw-r--r-- 1 esteban esteban...
every node_modules ``` 6.9M shikiji 1.3M @vue 496K @babel 420K parse5 292K emojilib 156K mdast-util-to-hast 140K source-map-js 120K js-yaml 108K property-information 76K @unhead 72K remark-mdc 68K json5 60K unified 60K...
we should create a test that monitor the bundle size of nitro server.
I will fork this package to play with it and break things.