new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Nuxt · Guide · all subjects

general reference

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Nitro deployment targets

Nitro supports deployment to more than 15 presets including Cloudflare Workers, Netlify Functions, Vercel Cloud, Deno, and Bun. Applications can be deployed from bare metal servers to edge networks with startup times of just a few milliseconds.

definePageMeta in Nuxt Bridge

definePageMeta can be used in Nuxt Bridge by enabling the macros.pageMeta option in nuxt.config.ts. Set bridge.macros.pageMeta to true in the configuration. definePageMeta supports only middleware and layout in Nuxt Bridge.

Example: Enabling definePageMeta in Nuxt Bridge

```ts import { defineNuxtConfig } from '@nuxt/bridge' export default defineNuxtConfig({ bridge: { macros: { pageMeta: true, }, }, }) ``` This configuration enables the definePageMeta macro in Nuxt Bridge for use with middleware and layout in pages.

Nuxt 3 has no runtime Nuxt dependency

In a built Nuxt 3 application, there is no runtime Nuxt dependency. This means the site will be highly performant and ultra-slim, but also means you can no longer hook into runtime Nuxt server hooks.

Remove render key from nuxt.config in Nuxt 2 to 3 migration

When migrating from Nuxt 2 to Nuxt 3, remove the render key in your nuxt.config.

Give your agent this brain