[READ-ONLY] Mirror of https://github.com/danielroe/nuxt3-repros.
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt3-repros / nuxt.config.ts
142 B 6 lines
1import { defineNuxtConfig } from 'nuxt3' 2 3// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config 4export default defineNuxtConfig({ 5 6})