fix(Meta): rename poster file to invalidate discord cache

This commit is contained in:
cheskoxd 2025-08-24 19:44:02 -05:00
parent 356882f052
commit 4f433c4e62
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import { APP_URL } from '$src/env'
const baseUrl = APP_URL()
const imageUrl = `${baseUrl}poster.png`
const imageUrl = `${baseUrl}newPoster.png`
const tagline = `Get a PocketBase backend for your next app in under 10 seconds.`
</script>

View File

Before

Width:  |  Height:  |  Size: 373 KiB

After

Width:  |  Height:  |  Size: 373 KiB