We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8554ae commit 4588056Copy full SHA for 4588056
nuxt.config.js
@@ -1,10 +1,13 @@
1
const BASE_URL = "https://diffviewer.vercel.app";
2
const domainAliases = [
3
"https://diffchecker.vercel.app/",
4
- "https://textdiff.vercel.app/"
+ "https://textdiff.vercel.app/",
5
+ "https://differencer.vercel.app/",
6
+ "https://diffie.vercel.app/",
7
+ "https://differencefinder.vercel.app/"
8
]
9
const canonicalLinks = domainAliases.map(x => ({ rel: "canonical", href: x }))
-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";
11
export default {
12
ssr: true,
13
head: {
0 commit comments