Skip to content

Commit 5239318

Browse files
authored
fix: make about og image on brand by using lowercase (#1156)
1 parent 9867a47 commit 5239318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ useSeoMeta({
2020
2121
defineOgImageComponent('Default', {
2222
primaryColor: '#60a5fa',
23-
title: 'About npmx',
23+
title: 'about npmx',
2424
description: 'a fast, modern browser for the **npm registry**',
2525
})
2626

0 commit comments

Comments
 (0)