Skip to content
Snippets Groups Projects
Commit a6ac2c02 authored by Marek Förster's avatar Marek Förster :wheelchair:
Browse files

added meta tag generated

parent 913fea5e
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ const appConfig = { ...@@ -13,6 +13,7 @@ const appConfig = {
//googleAnalyticsId: 'UA-72526071-32', //googleAnalyticsId: 'UA-72526071-32',
sentryDns: 'https://69eede94c351441295a3282449be6335@sentry.io/1365349', sentryDns: 'https://69eede94c351441295a3282449be6335@sentry.io/1365349',
googleConsoleVerification: 'gJcie5kGIjJn_o5J6OHmQu9ZnrSFfssyjqGncMM4SOs', googleConsoleVerification: 'gJcie5kGIjJn_o5J6OHmQu9ZnrSFfssyjqGncMM4SOs',
dateTime: new Date().toLocaleString(),
}; };
const routes = async () => { const routes = async () => {
...@@ -46,6 +47,8 @@ export default { ...@@ -46,6 +47,8 @@ export default {
{ hid: 'og:site_name', property: 'og:site_name', content: appConfig.name }, { hid: 'og:site_name', property: 'og:site_name', content: appConfig.name },
{ hid: 'og:image', property: 'og:image', content: `${appConfig.productionUrl}/images/og-cover.jpg?v=3` }, { hid: 'og:image', property: 'og:image', content: `${appConfig.productionUrl}/images/og-cover.jpg?v=3` },
{ hid: 'og:url', property: 'og:url', content: `${appConfig.productionUrl}` }, { hid: 'og:url', property: 'og:url', content: `${appConfig.productionUrl}` },
{ hid: 'generated', property: 'generated', content: `${appConfig.dateTime}` },
{ name: 'google-site-verification', content: appConfig.googleConsoleVerification }, { name: 'google-site-verification', content: appConfig.googleConsoleVerification },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment