Daniel Roe

Results 534 issues of Daniel Roe

### Environment Nitro v2 ### Reproduction https://stackblitz.com/edit/github-fmxubecd ### Describe the bug With a baseURL + proxy, the base is included in the proxied request: ```ts export default defineNitroConfig({ baseURL: '/app',...

pending triage

### Describe the feature https://docs.netlify.com/build/frameworks/frameworks-api/#netlifyv1skew-protectionjson related: https://github.com/nitrojs/nitro/issues/2311, https://github.com/nitrojs/nitro/issues/2312 ### Additional information - [x] Would you be willing to help implement this feature?

enhancement
preset:netlify

### Reproduction https://github.com/Baroshem/nuxt-security/blob/main/src/runtime/nitro/plugins/00-routeRules.ts#L11 ### Description spotted this while debugging another issue and wanted to let you know that you should pass `event` to `useRuntimeConfig` in the nitro context. this is...

bug

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

pending
v4

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSDoc annotations) - [x] 🐞 Bug fix (a non-breaking change...

`@nuxt/cli` will share dependencies rather than inlining them so it's a much smaller dependency to pull in it also benefits from bug fixes in the dependences vs nuxi, which in...

1. adding `@latest` ensures that we pull in the latest version 2. `create-nuxt` is more minimal than `nuxi`

### 📚 Description this is a PR not to be merged, for testing https://github.com/nuxt/nuxt/pull/33262

we need to collapse https://nuxt.com/deploy and https://nuxt.com/docs/4.x/getting-started/deployment into a single page inspiration https://nitro.build/deploy

### 🔗 Linked issue ### 📚 Description This adopts an experimental feature - https://github.com/nuxt/nuxt/pull/33131 - which should enable smaller initial bundle size for static builds.