mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
fix meta
This commit is contained in:
@@ -155,14 +155,14 @@ const config = {
|
||||
},
|
||||
metadata : [
|
||||
{ name: 'og:title', content: 'sern - Handlers. Redefined.' },
|
||||
{ name: 'og:description', content: 'A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development' },
|
||||
{ name: 'og:description', content: 'discord.js framework to streamline bot development' },
|
||||
{ name: 'og:image', content: 'https://sern.dev/assets/images/sern-logo-9d28d12a0f06ff725ef05a05847343db.png' },
|
||||
{ name: 'og:url', content: 'https://sern.dev' },
|
||||
{ name: 'og:type', content: 'website' },
|
||||
{ name: 'twitter:site', content: '@sern-handler' },
|
||||
{ name: 'twitter:title', content: 'sern - Handlers. Redefined.' },
|
||||
{ name: 'twitter:description', content: 'A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development' },
|
||||
{name: 'keywords', content: 'discord, handler, framework'},
|
||||
{ name: 'twitter:description', content: 'discord.js framework to streamline bot development' },
|
||||
{ name: 'keywords', content: 'discord,js, handler, framework'},
|
||||
{ name: 'twitter:image', content: 'https://sern.dev/assets/images/sern-logo-9d28d12a0f06ff725ef05a05847343db.png' },
|
||||
{ name: 'twitter:url', content: 'https://sern.dev' },
|
||||
{ name: 'theme-color', content: '#F25186' }
|
||||
|
||||
Reference in New Issue
Block a user