[FEAT] New Discord

This commit is contained in:
2025-12-01 02:25:53 +01:00
parent bf95f4fbee
commit f52530d058
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
{ property: 'og:description', content: pageDescription },
{ property: 'og:image', content: pageImage },
{ property: 'og:site_name', content: 'Spritesheet Generator' },
{ property: 'article:author', content: computed(() => post.value?.author || 'nu11ed') },
{ property: 'article:author', content: computed(() => post.value?.author || 'streetshadow') },
{ property: 'article:published_time', content: computed(() => post.value?.date || '') },
// Twitter
@@ -95,7 +95,7 @@
image: `https://spritesheetgenerator.online${post.value.image}`,
author: {
'@type': 'Person',
name: post.value.author || 'nu11ed',
name: post.value.author || 'streetshadow',
},
publisher: {
'@type': 'Organization',