-
### Environment
Working directory: /Users/aloksoni/Downloads/my-sidebase-venture …
-
## Environment
Operating System: Darwin
Node Version: v18.16.0
Nuxt Version: 3.11.2
CLI Version: 3.11.1
Nitro Version: 2.9.6
Package Manager: yarn@1.22.21
Builder: -
User Config: devtools, a…
-
### Environment
Operating System: Linux
Node Version: v18.18.0 //
-
### Version
module: 5.0.0-1648802546.c9880dc
nuxt: ^2.15.8
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configura…
-
I'm currently using your Nuxt Meta Pixel module in my project and finding it useful for tracking events. I was wondering about the plans for the package, specifically:
1. Would you like to add supp…
-
### Version
@nuxtjs/sentry: 8.0.8
nuxt: 2.17.3
### Sentry configuration
```javascript
publicRuntimeConfig: {
sentryDsn: process.env.OPTIMISER_WEB_SENTRY_DSN,
sentryEnv: process.env.SENTRY_EN…
-
### Environment
- Operating System: Linux
- Node Version: v20.5.0
- Nuxt Version: 3.6.5
- Nitro Version: 2.5.2
- Package Manager: pnpm@8.6.12
- Builder: vite
- User Config:…
-
Hi,
I am using **nuxt 2.8.1**. with spa mode After Installing the package and adding the following configuration nuxt.conf.js
```
{
modules: [
'nuxt-stripe-module',
],
stripe: {
…
-
环境
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"@vant/nuxt": "^1.0.4"
van-button 可以正常渲染,点击事件无效
van-list 直接渲染失败
nuxt.config.ts
export default defineNuxtConfig({
modules: ['@vant/nuxt'],
})
…
-
When I build & preview my app locally, the optimized images (unsplash) are loading just fine.
But when deployed to netlify, they images are missing. I'm not sure if this is a bug (or) if I'm missi…