mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update canonical link generation in blog post view
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<%= blogPost.title %>
|
||||
</title>
|
||||
<meta name="description" content="<%= blogPost.description %>">
|
||||
<% const seo = { fullCanonicalUrl: 'https://oneuptime.com/blog/post/' + blogPost.fileName + '/view' }; %>
|
||||
<%- include('../head-basic') -%>
|
||||
<link rel="canonical" href="https://oneuptime.com/blog/post/<%= blogPost.fileName %>/view" />
|
||||
<meta property="og:site_name" content="OneUptime | One Complete Observability platform.">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="<%= blogPost.title %>">
|
||||
|
||||
Reference in New Issue
Block a user