[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

fix: enable swr for blog pages

+1
+1
nuxt.config.ts
··· 163 163 [path + '.md', { swr: 60 * 60 }], 164 164 ])), 165 165 '/admin/**': { prerender: false }, 166 + '/blog/**': { swr: 60 * 60 }, 166 167 // api routes 167 168 '/api/admin/**': { prerender: false }, 168 169 '/api/talks': { swr: 60 * 60 },