added parcel-plugin-ogimage to try to fix meta tags

This commit is contained in:
Benjamin Jones 2021-05-18 14:27:32 +02:00
parent 2c3923ab4f
commit e87633f472
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@
content="The Para-Real: Finding the Future in Unexpected Places - A livestream series about subcultures building livelihoods in spite of platform exploitation."
/>
<meta property="og:image" content="static/meta.png" />
<meta property="og:url" content="https://stream.undersco.re/" />
<link rel="stylesheet" href="./src/assets/styles/index.scss" />
</head>

View File

@ -36,8 +36,9 @@
"marked": "^2.0.3",
"module-alias": "^2.0.3",
"parcel-bundler": "1.12.3",
"parcel-plugin-ogimage": "^1.2.0",
"prettier": "^1.9.1",
"sass": "^1.32.8",
"scss": "^0.2.4"
}
}
}