Skip to content

Commit ee371db

Browse files
committed
🐛 remove tag theme-color
1 parent 345ec95 commit ee371db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/template.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default function({head, body, context, instances}) {
5252
${page.schema ? `<script type="application/ld+json">${JSON.stringify(page.schema)}</script>` : ''}
5353
${project.icons['180'] ? `<link rel="apple-touch-icon" sizes="180x180" href="${cdn(project.icons['180'])}">` : ''}
5454
<meta name="msapplication-TileColor" content="${project.backgroundColor || project.color}">
55-
<meta name="theme-color" content="${project.color}">
5655
${head.split('<!--#-->').join('')}
5756
</head>
5857
<body>

0 commit comments

Comments
 (0)