-
In the following code, the type of `options` is expected to be `undefined`, so TS raises an error when I try to assign a `string[]`.
```
```
![CleanShot 2024-11-18 at 11 33 51@2x](htt…
-
### Details
Hi,
I'm getting this error when I install @nuxtjs/seo on a new build.
`ERROR [worker reload] [worker init] Package import specifier "#internal/nitro/virtual/plugins" is not defin…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v22.5.1
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.3
- Package …
-
I want to separate logic between Nuxt 3 Layers and different DB connections:
- For ecommerce logic such as customers, orders, payments, etc.
- And for CMS logic such as pages, blocks, etc.
I want…
-
### Details
## :one: Various `.env` variables names in the doc
On the site config [Getting started page](https://nuxtseo.com/docs/site-config/getting-started/installation), in the `Site Config Qui…
-
app.vue
```vue
Home
Article
```
/pages/article
```vue
import { parseMarkdown } from '@nuxtjs/mdc/runtime'
const props = defineProps({
content: { type: S…
-
### Environment
Nuxt project info: 10:54:41 AM
------------------------------
…
-
### Environment
```
❯ npx nuxi info
Working directory: /Users/drusellers/dev/drusellers/learning/NuxtScss …
-
**Describe the bug**
Server "Api" routes missing
https://nuxt-app-gregpalaci.nuxt.dev/ all good
https://nuxt-app-gregpalaci.nuxt.dev/api/books MIA
codebase https://github.com/gregpalaci/nuxty-…
-
```typescript
import {defineAbility} from "nuxt-authorization/utils";
const testAbility = defineAbility((user) => {
console.log(user)
return true
})
1
2
…