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 selectedMedia: Media | null = null
|
||||||
let isMediaDetailsOpen = false
|
let isMediaDetailsOpen = false
|
||||||
|
|
||||||
const CHARACTER_LIMIT = 280
|
const CHARACTER_LIMIT = 600
|
||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
|
|
||||||
function handleClose() {
|
function handleClose() {
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,8 @@
|
||||||
// Generate metadata for photos page
|
// Generate metadata for photos page
|
||||||
const metaTags = $derived(
|
const metaTags = $derived(
|
||||||
generateMetaTags({
|
generateMetaTags({
|
||||||
title: 'Photography',
|
title: 'Photos',
|
||||||
description:
|
description: 'A collection of photography from travels, daily life, and creative projects.',
|
||||||
'A collection of photography from travels, daily life, and creative projects. Captured moments from around the world.',
|
|
||||||
url: pageUrl
|
url: pageUrl
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue