File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/web/docs/src/app/blog/feed.xml Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11// eslint-disable-next-line import/no-extraneous-dependencies
22import RSS from 'rss' ;
33import { getPageMap } from '@theguild/components/server' ;
4- import { Author , AuthorId , authors } from '../../../authors' ;
5- import { CaseStudyFile } from '../../case-studies/case-study-types' ;
4+ import { AuthorId , authors } from '../../../authors' ;
65import { coerceCaseStudiesToBlogs } from '../../case-studies/coerce-case-studies-to-blogs' ;
76import { isCaseStudy } from '../../case-studies/isCaseStudyFile' ;
8- import { BlogFrontmatter , BlogPostFile , isBlogPost } from '../blog-types' ;
7+ import { BlogFrontmatter , isBlogPost } from '../blog-types' ;
98
109function getAuthor ( frontmatterAuthors : BlogFrontmatter [ 'authors' ] ) : string {
1110 const first = Array . isArray ( frontmatterAuthors ) ? frontmatterAuthors [ 0 ] : frontmatterAuthors ;
You can’t perform that action at this time.
0 commit comments