Skip to content

Commit 4588056

Browse files
committed
fix: added multiple canonical domains. and changed the title
1 parent c8554ae commit 4588056

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nuxt.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
const BASE_URL = "https://diffviewer.vercel.app";
22
const domainAliases = [
33
"https://diffchecker.vercel.app/",
4-
"https://textdiff.vercel.app/"
4+
"https://textdiff.vercel.app/",
5+
"https://differencer.vercel.app/",
6+
"https://diffie.vercel.app/",
7+
"https://differencefinder.vercel.app/"
58
]
69
const canonicalLinks = domainAliases.map(x => ({ rel: "canonical", href: x }))
7-
const DESCRIPTION = "A text diff viewer that is privacy focused, secure, sharable and simple";
10+
const DESCRIPTION = "A privacy first diff viewer that is secure, easy, simple and for any text type";
811
export default {
912
ssr: true,
1013
head: {

0 commit comments

Comments
 (0)