Update Universe character count and Photos og:desc

This commit is contained in:
Justin Edmund 2025-06-16 01:38:15 +01:00
parent 4ffcb25a67
commit 47e9e300db
2 changed files with 3 additions and 4 deletions

View file

@ -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() {

View file

@ -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
})
)