Update Universe character count and Photos og:desc
This commit is contained in:
parent
4ffcb25a67
commit
47e9e300db
2 changed files with 3 additions and 4 deletions
|
|
@ -47,7 +47,7 @@
|
|||
let selectedMedia: Media | null = null
|
||||
let isMediaDetailsOpen = false
|
||||
|
||||
const CHARACTER_LIMIT = 280
|
||||
const CHARACTER_LIMIT = 600
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
function handleClose() {
|
||||
|
|
|
|||
|
|
@ -13,9 +13,8 @@
|
|||
// Generate metadata for photos page
|
||||
const metaTags = $derived(
|
||||
generateMetaTags({
|
||||
title: 'Photography',
|
||||
description:
|
||||
'A collection of photography from travels, daily life, and creative projects. Captured moments from around the world.',
|
||||
title: 'Photos',
|
||||
description: 'A collection of photography from travels, daily life, and creative projects.',
|
||||
url: pageUrl
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue