Excerpt does not work
.md
files with <!--more-->
delimiter in them.
I'm trying to render just that excerpt with
<ContentRenderer :value="post" :excerpt="true" :tag="'div'" class="excerpt" />
<ContentRenderer :value="post" :excerpt="true" :tag="'div'" class="excerpt" />
Nuxt & Mikro-ORM
ERROR [unhandledRejection] near "ve": syntax error

On every redirect I get /None not found
NuxtImg not working in development
[...slug].vue
, maybe it's causing issues
How to fix?
after nuxi generate
everything works fine...Use SplideJs with nuxt 3
Best ways to master Nuxt and Vue? Seeking advice for advanced learning!
Prevent change the cookie from javascript or console.log in the browser
useAuth
served as the provider to set, get, and remove the token from cookie. But I want this cookie can't be changed from the browser or console.log, is it possible?
```
export default function useAuth() {
...Navigation Active class
Error: EBUSY: resource busy or locked, access '\\.\pipe\nitro\worker-18784-12.sock' | Nuxt

Make a effect like on the IOS version when navigate to another pages
trying to connect devtools to remote directus instance
nuxt-directus
module.
Module installed and set up in nuxt.config.ts
as far as i can tell correctly.
...Nuxt Module Builder Issue
nuxt-module-build build
command inside my package, I get the following error in one of the build outputs:
```
ℹ Building nuxt 11:39:49 AM
ℹ Cleaning dist directory: ./dist 11:39:49 AM...mobile responsiveness on actual phone is messed up, but in browser "mobile view" it looks okay

Extending from github repo

Weird behavior between Nuxt 3.11 and Nuxt 3.15

NODE_ENV isn't changed although it's already updated in the environment
Nuxt/Nitro websocket horizontal scaling
How to create a markdown mailto link using a bound value containing an email address
[email protected]
, through use of the :data
prop for presentation in a markdown document using {{ email }}
.
The question is how to create a clickable mailto
link using the email value. Have tried
[{{ email }}](mailto:{{ email }})
...