Add missing metadata
This commit is contained in:
@@ -34,9 +34,12 @@ const renderFullPage = (html, pageTitle, preloadedState) => {
|
||||
return `
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>${pageTitle} | AOE Technology Radar</title>
|
||||
<link rel="stylesheet" href="/styles.css"/>
|
||||
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?c2sn1i">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0">
|
||||
<meta property="og:title" content="${pageTitle} | AOE Technology Radar" />
|
||||
<meta property="og:image" content="/assets/logo.svg" />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user