Skip to content

Commit

Permalink
chore: update og:description
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Jul 19, 2024
1 parent b0ff814 commit e013fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/usePageMeta.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const WBSC_TYPE = 'website'
export const WBSC_URL = 'https://wbsc-scoring.netlify.app'
export const WBSC_TITLE = 'WBSC Scoring Creator'
export const WBSC_DSCR = 'JavaScript-based visualization of WBSC Scoring System'
export const WBSC_DSCR = 'Visualization of WBSC baseball/softball scoring system for educational purposes'

export type MetaDef = {
type?: 'website' | 'article'
Expand Down

0 comments on commit e013fe1

Please # to comment.