Skip to content

Commit

Permalink
fix: added multiple canonical domains. and changed the title
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed May 26, 2022
1 parent c8554ae commit 4588056
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
const BASE_URL = "https://diffviewer.vercel.app";
const domainAliases = [
"https://diffchecker.vercel.app/",
"https://textdiff.vercel.app/"
"https://textdiff.vercel.app/",
"https://differencer.vercel.app/",
"https://diffie.vercel.app/",
"https://differencefinder.vercel.app/"
]
const canonicalLinks = domainAliases.map(x => ({ rel: "canonical", href: x }))
const DESCRIPTION = "A text diff viewer that is privacy focused, secure, sharable and simple";
const DESCRIPTION = "A privacy first diff viewer that is secure, easy, simple and for any text type";
export default {
ssr: true,
head: {
Expand Down

0 comments on commit 4588056

Please sign in to comment.