Skip to content

Commit 8292e65

Browse files
committed
fix: adding short description to title
1 parent a0fc7ab commit 8292e65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nuxt.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ const domainAliases = [
44
"https://textdiff.vercel.app/"
55
]
66
const canonicalLinks = domainAliases.map(x => ({ rel: "canonical", href: x }))
7-
const DESCRIPTION = "A privacy focused, secure, easy sharable and simple diff viewer";
7+
const DESCRIPTION = "A text diff viewer that is privacy focused, secure, sharable and simple";
88
export default {
99
target: 'static',
1010
head: {
11-
title: 'Diff viewer',
11+
title: `Diff viewer - ${DESCRIPTION}`,
1212
meta: [
1313
{ charset: 'utf-8' },
1414
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Diff viewer",
33
"short_name": "Diff viewer",
4-
"description": "Nikhil Mehta's personal website",
4+
"description": "A text diff viewer that is privacy focused, secure, sharable and simple",
55
"icons": [
66
{
77
"src": "/android-chrome-192x192.png",

0 commit comments

Comments
 (0)