Skip to content

Commit 073d631

Browse files
committed
Merge branch 'feat/atproto-blog-fe' of github.com:npmx-dev/npmx.dev into feat/atproto-blog-fe
2 parents 2bffb28 + 3c10cd9 commit 073d631

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/BlogPostWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ useSeoMeta({
1313
ogType: 'article',
1414
})
1515
16-
defineOgImageComponent('BlogPost', {
16+
defineOgImage('BlogPost.takumi', {
1717
title: props.frontmatter.title,
1818
authors: props.frontmatter.authors,
1919
date: props.frontmatter.date,

app/components/OgImage/BlogPost.vue renamed to app/components/OgImage/BlogPost.takumi.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const formattedAuthorNames = computed(() => {
7070
<!-- npmx logo - top right -->
7171
<div
7272
class="absolute top-12 z-10 flex items-center gap-1 text-5xl font-bold tracking-tight"
73-
style="font-family: 'Geist Sans', sans-serif; right: 4rem"
73+
style="font-family: 'Geist Sans', sans-serif; right: 6rem"
7474
>
7575
<span :style="{ color: primaryColor }" class="opacity-80">./</span>
7676
<span class="text-white">npmx</span>

server/middleware/canonical-redirects.global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const pages = [
1717
'/200.html',
1818
'/opensearch.xml',
1919
'/about',
20-
'/blog',
2120
'/accessibility',
21+
'/blog',
2222
'/compare',
2323
'/org',
2424
'/package',

0 commit comments

Comments
 (0)