Skip to content

Commit

Permalink
Reorder props
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Nov 30, 2023
1 parent d99eb3e commit d73e8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ interface SiteMetaProps {
locale?: string
siteName?: string
title?: string
twitterSite?: string
twitterCreator?: string
twitterCard?: string
twitterCreator?: string
twitterSite?: string
url?: string
videoUrl?: string
videoType?: string
Expand Down

0 comments on commit d73e8c1

Please sign in to comment.