[READ-ONLY] Mirror of https://github.com/danielroe/content-wind-template. Created with StackBlitz ⚡️ stackblitz.com/edit/nuxt-content-wind
0

Configure Feed

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

content-wind-template / nuxt.config.ts
207 B 8 lines
1// https://v3.nuxtjs.org/api/configuration/nuxt.config 2export default defineNuxtConfig({ 3 extends: 'content-wind', 4 // Workaround for Stackblitz on RC12 5 experimental: { 6 writeEarlyHints: false 7 } 8})