Skip to content

Commit

Permalink
Merge pull request #302 from GSA/launch-title-description
Browse files Browse the repository at this point in the history
Launch Title and Description
  • Loading branch information
akuny authored Feb 16, 2024
2 parents 5b0d8ca + 193eeaf commit 35dca73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 2 additions & 4 deletions entities/core-result.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,11 @@ export class CoreResult {
viewportMetaTag: boolean;

@Column({ nullable: true })
@Expose({ name: 'page_title' })
@Exclude()
@Expose({ name: 'title' })
pageTitle?: string;

@Column({ nullable: true })
@Expose({ name: 'meta_description_content' })
@Exclude()
@Expose({ name: 'description' })
metaDescriptionContent?: string;

@Column({ nullable: true })
Expand Down
Loading

0 comments on commit 35dca73

Please sign in to comment.