Better description for meta, remove broken build script

This commit is contained in:
Ava Gaiety W 2023-03-15 01:07:52 -05:00
parent e32c299bf7
commit f00446e974
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@
"main": "app.js",
"scripts": {
"start": "concurrently npm:serve:*",
"build": "concurrently npm:build:*",
"serve:handlebars": "node app.js",
"serve:css": "tailwindcss -i ./src/app.css -o ./dist/app.css --watch",
"build:css": "tailwindcss -i ./src/app.css -o ./dist/app.css",

View file

@ -5,7 +5,7 @@
<title>{{{pageTitle}}}</title>
<meta property="og:site_name" content="Pronoun Monster" />
<meta property="og:title" content={{pageTitle}} />
<meta property="og:description" content="Howl your pronouns loud and proud. Because while we are silly, your gender identity is important. Be your genuine self. Share how you are to be referred to by newer users of neopronouns or English language learners." />
<meta property="og:description" content="Howl your pronouns loud and proud. Share how you are to be referred to by newer users of neopronouns or English language learners." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pronoun.monster/" />
<meta property="og:image" content="https://pronoun.monster/og-image.jpg" />