[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: remove `check: true`

-2
-2
modules/md-rewrite.ts
··· 24 24 src: '^/$', 25 25 dest: '/index.md', 26 26 has: [{ type: 'header', key: 'accept', value: '(.*)text/markdown(.*)' }], 27 - check: true, 28 27 }, { 29 28 src: '^/(.+?)/?$', 30 29 dest: '/$1.md', 31 30 has: [{ type: 'header', key: 'accept', value: '(.*)text/markdown(.*)' }], 32 - check: true, 33 31 }) 34 32 35 33 await writeFile(vcJSON, JSON.stringify(vcConfig, null, 2), 'utf8')