Skip to content

Commit 8c26e95

Browse files
Merge pull request #188 from technikhil314/develop
fix(seo): removing all canonical links
2 parents 6c7ffa1 + aa63450 commit 8c26e95

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

nuxt.config.js

-11
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
44
const BASE_URL = 'https://diffviewer.vercel.app'
55
const DESCRIPTION =
66
'A tool that helps you compare any two text blocks without sending any of your data to our servers'
7-
const domainAliases = [
8-
'https://diffchecker.vercel.app/',
9-
'https://textdiff.vercel.app/',
10-
'https://differencer.vercel.app/',
11-
'https://diffie.vercel.app/',
12-
'https://differencefinder.vercel.app/',
13-
'https://differentiator.vercel.app/',
14-
'https://text-differentiator.vercel.app/',
15-
]
16-
const canonicalLinks = domainAliases.map((x) => ({ rel: 'canonical', href: x }))
177
export default {
188
ssr: false,
199
head: {
@@ -245,7 +235,6 @@ export default {
245235
sizes: '180x180',
246236
href: '/light-apple-touch-icon-180x180.png',
247237
},
248-
...canonicalLinks,
249238
],
250239
},
251240

0 commit comments

Comments
 (0)