[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-full-static. Full static implementation for Nuxt 3
0

Configure Feed

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

nuxt-full-static / build.config.ts
136 B 6 lines
1import { defineBuildConfig } from 'unbuild' 2 3export default defineBuildConfig({ 4 // TODO: fix in unbuild 5 externals: ['node:url'], 6})